This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc cross compiler build problems


I am trying to build gcc-3.2-20020903 as a cross
compiler with the host being i586-pc-linux-gnu and the
target being arm-elf. I successfully built and
installed binutils-2.13.90.0.2 for the same
target/host combination.

The gcc build fails when trying to check if the
compiler works (i guess it is close to the end),
generating the following line as the end of the make
run:

> checking whether the C compiler
(/usr/src/redhat/SOURCES/gcc-3.2-20020903/gcc/xgcc
-B/usr/src/redhat/SOURCES/gcc-3.2-20020903/gcc/
-B/usr/local/arm-elf/bin/ -isystem
/usr/local/arm-elf/include -g -O2 ) works... no

At this point, if I try to run
/usr/src/redhat/SOURCES/gcc-3.2-20020903/gcc/xgcc
manually, I get the error:

> xgcc: installation proble, cannot exec 'cc1': no
such file or directory

Although I suspect this is b/c I haven't yet installed
it.

I apologize if I am asking anything terribly dumb, but
I am fairly lost and apreciate any help. Thanks.

Bill Parodi



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]