LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   a doubt with host gcc and arm-linux-gcc (https://www.linuxquestions.org/questions/linux-general-1/a-doubt-with-host-gcc-and-arm-linux-gcc-91721/)

renjithgopal 09-11-2003 02:45 PM

a doubt with host gcc and arm-linux-gcc
 
Hello
I am using redhat linux 8.0 which has got gcc 3.2
i have to compile u-boot for cogent csb226 which uses an xscale processor (armv5 core). so i downloaded arm-linux-gcc 2.95.3 which is a stable version

but when i am compiling u-boot i am getting some errors.. i have a doubt that its related to the different versions of gcc (since host gcc and crosscompile gcc are of different versions)... is it right.. and if so how to correct it? please explain in detail...

jailbait 09-11-2003 04:02 PM

" how to correct it? please explain in detail..."

I cannot explain in detail. But the place that I would start looking is the dependency packages for both compilers. Start with the following commands:
rpm -qR gcc
rpm -qR arm-linux-gcc

Check to see if there are one or more packages that both compilers depend on.


All times are GMT -5. The time now is 07:57 PM.