This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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: Error on compiling Glibc2


"Nathan Chan" <chan@xsi.com.au> writes:

> G'Day All,
>
> I am having a problem installing glibc 2.2.4 (with linuxthreads-
> 2.2.4).  Everytime it gets to the linuxthreads i get the error :
>
> make[1]: Entering directory `/home/chan/glibc-2.2.4/linuxthreads'
> gcc signals.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g   -fno-omit-frame-pointer   -I../include -I.  -I.. -I../libio  -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/p
> /tmp/cct5kPZb.s: Assembler messages:
> /tmp/cct5kPZb.s:1143: Error: operands given don't match any known 386 instruction
> /tmp/cct5kPZb.s:1150: Error: operands given don't match any known 386 instruction
> make[1]: *** [signals.o] Error 1
> make[1]: Leaving directory `/home/chan/glibc-2.2.4/linuxthreads'
> make: *** [linuxthreads/others] Error 2
>
> Anyone ever seen this before ?

Which binutils version?

Use -v -save-temps and look at the assembler file for the
instruction...

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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