This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2004 07:29:55 -0000
- Subject: [Bug middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).
- References: <20040712213445.16503.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pluto at pld-linux dot org 2004-07-21 07:29 -------
(In reply to comment #9)
> I am having *exactly* the same problem trying to build a i686-pc-linux
hosted
> cross compiler for the sparc64-elf target. I'm building from the 3.4.1
> release. I'd be happy to give additional info, or supply build logs, or
> whatever.
>
> Does Pawe's patch fix the problem (even if only for sparc64-elf)?
A symlink to crosssparc64-binutils helps.
# rm -rf obj-sparc64-pld-linux && install -d obj-sparc64-pld-linux
# cd obj-sparc64-pld-linux
# ln -sf /usr/sparc64-pld-linux/bin binutils
# ../configure (...)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16503