------- 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