Internal Error compiling uClibc

Rob Landley rob at landley.net
Sat May 19 17:13:41 UTC 2007


On Saturday 19 May 2007 11:21 am, Alan Carvalho de Assis wrote:
> Hi people,
> I got a strange error compiling uClibc-0.9.28. I don't found anything
> related to it on google.
> 
> The error is in setjmp.S in this instruction:
> movl    __sigjmp_save    @GOT  (%ecx), %ecx
> 
> The error say to me report a bug.
...
> gcc   -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
> -march=pentium-mmx -fno-stack-protector -fno-builtin -nostdinc -D_LIBC
> -I../../../../include -I.  -mpreferred-stack-boundary=2
> -falign-jumps=0 -falign-loops=0 -Os -funit-at-a-time   -isystem
> /usr/lib/gcc/i486-linux-gnu/4.1.2/include -DNDEBUG -fPIC  -c setjmp.S
> -o setjmp.o
> setjmp.S: Assembler messages:
> setjmp.S:54: Internal error!

The error is internal to the assembler, not to uClibc.  You need to report the 
bug the gcc or binutils people.  (I notice you didn't tell us which version 
of either you were using, so this is a fairly useless bug report to us 
anyway.)

Rob



More information about the uClibc mailing list