This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug other/23569] Building gcc-4.0.1 toolchain for arm-linux fails durring "make"


------- Additional Comments From ngmlinux at gmail dot com  2005-08-26 04:23 -------
Subject: Re:  Building gcc-4.0.1 toolchain for arm-linux fails durring "make"

I was able to find an arm-linux-as and arm-linux-ld under
/usr/local/bin, hopefully these are the correct files and versions of
them.  Given your suggestion I added those paths to "--with-gnu-as"
and "--with-gnu-ld", however I still get the exact same errors.  I
think this still very well may be a bug.  Here's the latest
configuration with those changes:

===code====================================================
../configure --target=arm-linux --prefix=/usr/src/arm/linux/include
--with-gnu-as=/usr/local/bin/arm-linux-as
--with-gnu-ld=/usr/local/bin/arm-linux-ld --enable-multilib
--enable-languages=c,c++,java --disable-nls --nfp --with-cpu-xscale
--with-softfloat-support=internal
===========================================================

> Also you might want to look into cross tool:
> http://kegel.com/crosstool/

As for crosstool, it appears as though the current version of
crosstools, 0.38 does not currently support java (gcj) for xscale.

-Nathan


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23569


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