This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2005 19:28:50 -0000
- Subject: [Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI
- References: <20050525140401.21751.bero@arklinux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From drow at gcc dot gnu dot org 2005-05-27 19:28 -------
You haven't said how you configured GCC. I'm guessing you configured for
arm-linux, but with an AAPCS-compatible ABI; you can't do that. The error isn't
the greatest, but it's hard to guard against all possible misuses of --with options.
The target is arm-none-linux-gnueabi, or arm-none-linuxeabi.
The later error is because your glibc does not include EABI support. Please see
the libc-alpha list archives for patches, or the source tarballs available from
my company's ARM toolchains for an already-patched version of glibc:
http://www.codesourcery.com/gnu_toolchains/arm/
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |drow at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21751