This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

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


Saxena, Nikita writes:
 > I'm a little new to using linux and such.  I tried setting CC=/usr/bin/gcc
 > and CC=/usr/bin/cc and CC=gcc and CC=cc, none of which would stop configure
 > from giving me the same message about not being able to find a working
 > compiler.  Am I doing something wrong with setting this environment
 > variable?  When I type env to show the environment variables, CC only shows
 > up one time.  If I do that again, it's not there.  Also, the only system
 > compiler I could find was the one under /usr/bin
 > 
 > > > 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?

What happens if you do the same as above except remove
--host=i686-linux?

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


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