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]

Re: gcc cross compiler build problems


Hi Bill,

Why commands did you issue? Are you aware of the 2 stages process (bootstrap and then complete compiler)?

A better list to post would be the crossgcc ml at crossgcc@sources.redhat.com.

Also check the CrossGCC FAQ and Bill's site
http://crossgcc.billgatliff.com/crossgccfaq/t1.html

Bye,

Vincent

parodi75@yahoo.com wrote:

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]