[Bug other/23569] Building gcc-4.0.1 toolchain for arm-linux fails durring "make"
ngmlinux at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Aug 26 07:34:00 GMT 2005
------- Additional Comments From ngmlinux at gmail dot com 2005-08-26 06:08 -------
Subject: Re: Building gcc-4.0.1 toolchain for arm-linux fails durring "make"
> You did not read my suggestion of doing --with-as=PATHTOAS.
I had --with-gnu-as=/usr/local/bin/arm-linux-as in my last e-mail
under the ===code=== section. Or where you suggesting getting rid of
the "gnu" in "--with-gnu-as="?
In any case it seems as though I have been able to get past that
issue. I've changed my "configure" to:
===code======================================================
../configure --target=arm-linux --with-gnu-as --with-gnu-ld
--enable-multilib --enable-languages=c,c++,java --disable-nls --nfp
--with-cpu-xscale --with-softfloat-support=internal
=============================================================
I removed the --prefix as well as the paths to gnu-as and gnu-ld
(against your suggestion) and ran "make" and it's deffinately getting
further than before (it's been compiling for over an hour now). I
will send another update once this is out of the woods (or if it
fails). If it does fail, I'll attempt using --with-as=PATH_TO_as vs.
--with-gnu-as or --with-gnu-as=PATH_TO_as.
Thanks.
-Nathan
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23569
More information about the Gcc-bugs
mailing list