Building a cross compiler for the StrongARM processor in Pentium/ linux host environment

Philip Blundell Philip.Blundell@pobox.com
Sat Apr 1 00:00:00 GMT 2000


>fails while trying to configure the cross compiler.  It complains that it
>can't find a working compiler...I use
>
>/usr/local/src/gcc-2.95.2/configure --target=arm-aout --host=i686-linux
>--enable-languages=c --prefix=/usr/local
>
>Do I need to build a native compiler?  What should the CC environment
>variable point to...I mean where is the compiler in the gcc source?

CC should be set to the name of your system C compiler, typically `cc' or 
`gcc'.  You should look at the config.log file to find out what configure 
actually thinks is wrong with your compiler.  No, there is no need to build a 
native compiler before you can build the cross version.

p.



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



More information about the crossgcc mailing list