gcc cross-compiler question.

Alexandre Oliva aoliva@redhat.com
Sat Dec 16 05:01:00 GMT 2000


On Dec 15, 2000, "Fu, Jack" <JFu@NETsilicon.com> wrote:

> I first did a ./configure --host=i586-pc-cygwin --target=arm-7tdmi-elf

You said you were building it on i686-pc-linux-gnu, is that right?  In
this case, you should specify --build=i686-pc-linux-gnu, so that GCC
knows this is a Canadian cross, and you must use a cross compiler that
generates code for i586-pc-cygwin for this build.  IIRC, the library
advapi32 is part of a boilerplate Cygwin tool-chain.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


More information about the Gcc-help mailing list