This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: m68k fails to build with crosstool


>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether ln -s works... yes
>> checking for m68k-unknown-linux-gnu-gcc... gcc
>
>glibc's configure script is not finding your cross-gcc, it seems... try to 
>find out why before testing various versions of binutils.

This is the 'build-glibc-headers' phase way early in the process where
glibc is configured *just* to get its headers installed that will be used to
build the bootstrap compiler since some of the exception handling code
in libgcc assumes standard system headers are available.

So the order IIRC is:

1) configure/install glibc to just get its headers installed
2) configure/build/install binutils
3) configure/build/install bootstrap gcc compiler
4) configure/build/install glibc
5) configure/build/install full gcc compiler

-- 
Peter Barada
peter@the-baradas.com

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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