This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cross compiling glibc failed


On Friday 26 December 2008 06:08:46 Sylvain Bertrand wrote:
> I'm trying to setup a clean sysrooted GNU toolchain, but compiling gcc
> with --with-arch generates the following error when compiling glibc:

then you should use one of the crosstool scripts out there as they contain 
plenty of fixes to address common failures

> ../sysdeps/i386/fpu/s_frexp.S: Assembler messages:
> ../sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef"
> ../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first
> unrecognized character is `1'

you're probably hitting the i686 #define bug.  google for it, or just use 
crosstool.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]