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]

Re: gcc cross-compiler question.


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

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