error while install cross compiler

Alexandre Oliva aoliva@redhat.com
Wed Nov 20 01:04:00 GMT 2002


On Nov 17, 2002, 汪 翼 <dam_wang@hotmail.com> wrote:

> Hi I want to build a arm-elf target cross compiler.

>> ../glibc-2.2.4/configure --target=arm-elf

Last time I looked glibc was not a compiler :-)

--target makes no sense for glibc.  What you want is something more
like --build=<whatever your build platform is> --host=arm-linux-gnu

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc mailing list