Illegal Bitmask beim kompilieren von glibc

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
amiga23
Einsteiger
Einsteiger
Beiträge: 238
Registriert: Sonntag 14. November 2004, 23:44

Illegal Bitmask beim kompilieren von glibc

Beitrag von amiga23 »

Moin,

unter gentoo linux AMD64 bekomme ich unten stehenden Fehler.
Es hatte aber schonmal funktioniert. Nach einem Update von gentoo ging es dann nicht mehr. Der GCC wurde aber nicht aktualisiert. Aber für die binutils gab es neue patches, wobei der assembler selbst nicht neu aussieht. Hat jemand eine Idee? :roll:

as --version
GNU assembler 2.15.92.0.2 20040927

gcc --version
gcc (GCC) 3.4.3 20041125 (Gentoo 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)

powerpc-tuxbox-linux-gnu-gcc loadlocale.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g3 -gdwarf-2 -mcpu=823 -meabi -mmultiple -mstring -pipe -Wa,-mppc -mpowerpc -msoft-float -mnew-mnemonics -DLOCALE_PATH='"/lib/locale:/share/i18n"' -DLOCALEDIR='"/lib/locale"' -DLOCALE_ALIAS_PATH='"/share/locale"' -DCHARMAP_PATH='"/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/share/i18n/locales"' -DHAVE_CONFIG_H -Iprograms -I../include -I. -I/home/dbox2/tuxbox-cvs/cdk/build_glibc/locale -I.. -I../libio -I/home/dbox2/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/dbox2/dbox2/cdk/lib/gcc-lib/powerpc-tuxbox-linux-gnu/3.3.5/include -isystem /home/dbox2/tuxbox-cvs/cdk/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -o /home/dbox2/tuxbox-cvs/cdk/build_glibc/locale/loadlocale.o
{standard input}: Assembler messages:
{standard input}:8634: Error: illegal bitmask
make[3]: *** [/home/dbox2/tuxbox-cvs/cdk/build_glibc/locale/loadlocale.o] Error 1
make[3]: Leaving directory `/home/dbox2/tuxbox-cvs/cdk/glibc-2.3.2/locale'
make[2]: *** [locale/subdir_lib] Error 2
make[2]: Leaving directory `/home/dbox2/tuxbox-cvs/cdk/glibc-2.3.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dbox2/tuxbox-cvs/cdk/build_glibc'
make: *** [.deps/glibc] Error 2
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

hier gab es das problem schonmal
http://forum.tuxbox.org/forum/viewtopic ... 64+illegal
aber nicht wirklich eine Lösung
amiga23
Einsteiger
Einsteiger
Beiträge: 238
Registriert: Sonntag 14. November 2004, 23:44

Beitrag von amiga23 »

Oh entschuldige, den Thread habe ich nicht gefunden.
Danke Houdini!