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]
Other format: [Raw text]

Re: bootstrap gcc errors


Dan Kegel wrote:
Bryce Schober wrote:

My "make" according to http://billgatliff.com/twiki/bin/view/Crossgcc/BuildBootstrapGcc failed miserably.

binutils version 2.14
export TARGET=arm-elf
export PREFIX=/usr/local

The configure cmd (from /usr/local/src/build-bootstrap):

$ ../gcc-3.3/configure --target=$TARGET --prefix=$PREFIX --without-headers --with-newlib --with-gnu-as --with-gnu-ld \ --with-local-prefix=${PREFIX}/${TARGET} --disable-shared


Try following http://kegel.com/crosstool instead, it's been updated.

It's more of a script than a writeup, but it's got comments :-)

Er, and then edit it to configure newlib instead of glibc. - Dan




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


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