This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/23569] Building gcc-4.0.1 toolchain for arm-linux fails durring "make"
- From: "ngmlinux at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Aug 2005 04:23:29 -0000
- Subject: [Bug other/23569] Building gcc-4.0.1 toolchain for arm-linux fails durring "make"
- References: <20050825230756.23569.ngmlinux@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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