This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: arm-elf toolchain



I follow the CrossGCC FAQ & Script found at:
http://crossgcc.billgatliff.com/

That will probably help you a lot.


-----Original Message-----
From: Shaun Jackman [mailto:sjackman@pathwayconnect.com]
Sent: woensdag 5 september 2001 19:48
To: crossgcc@sources.redhat.com
Subject: arm-elf toolchain


I'm trying to build an arm-elf toolchain with newlib. There are lots of 
cross-gcc faqs on the web but a number of them are out of date, and tend to 
conflict with each other. I thought I'd check here first.

Versions...
binutils-2.11.2
gcc-3.0.1
newlib-1.9.0
gdb-5.0

Are these configure lines correct?

~/src/binutils-2.11.2/configure --target=arm-elf

~/src/gcc-3.0.1/configure --target=arm-elf \
  --with-headers=~/src/newlib-1.9.0/newlib/libc/include \
  --with-newlib --with-gnu-as --with-gnu-ld

~/src/newlib-1.9.0/configure --target=arm-elf

~/src/gdb-5.0/configure --target=arm-elf

What's the effect of --with-newlib --with-gnu-as and --with-gnu-ld in the
gcc 
configure line?

Thanks,
Shaun

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

------
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]