This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
more cross compilation trouble
- To: <egcs at cygnus dot com>
- Subject: more cross compilation trouble
- From: "Paul Forgey" <paulf at aphrodite dot com>
- Date: Mon, 14 Sep 1998 19:20:58 -0700
After upgrading to egcs 1.1b, I wanted to re-build 1.0.3a using a different
prefix so our older code may still be built with the same compiler.
It seems that since I upgraded to binutils 2.9.1, I can no longer build a
cross compiler for 1.0.3a from sparc-sun-solaris2.6 to i586-linuxlibc1.
I have the cross binutils 2.9.1, named i586-linuxlibc1-*, and they are in my
path. The last time I successfully built a cross compiler, I got past the
'you must find a way to build libgcc1.a' problem by supplying the libgcc1.a
from an actual i586-linuxlibc1 box. Now, this stage of the build
apparently, for some bizarre reason, uses the sparc as and NOT the cross as!
I know this can happen if the appropriately named binutils are not in the
path, but such is not the case this time.
ANY ideas? Thanks..