This is the mail archive of the libc-alpha@sources.redhat.com 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]

compiling glibc 2.3.1 with gcc 3.2.1


Hi,

I don't know if it is the right list.

Can anybody help me with a patch? It does not compile with march-option pentium3 or pentium2. If you need a complete Log-File of the compilation process, let me know.
I always get this error:

i686-pc-linux-gnu-gcc-3 ../sysdeps/unix/sysv/linux/sigprocmask.c -c -DNDEBUG=1 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -fPIC
-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/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthre
ads/sysdeps/i386/i686 -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysd
eps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../s
ysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i38
6 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysd
eps/generic/elf -I../sysdeps/generic -nostdinc -isystem /rock/rock-src-1.7-cvs/build/default-1.7-snapshot-ia32-pentium3-generic-expert/tools.
cross/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include -isystem /rock/rock-src-1.7-cvs/build/default-1.7-snapshot-ia32-pentium3-generic-expert/root
/usr/src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DSHARED -o sigprocmask.os
(echo '#include <sysdep.h>'; \
echo 'PSEUDO (__kill, kill, 2)'; \
echo ' ret'; \
echo 'PSEUDO_END(__kill)'; \
echo 'libc_hidden_def (__kill)'; \
echo 'weak_alias (__kill, kill)'; \
echo 'libc_hidden_weak (kill)'; \
) | i686-pc-linux-gnu-gcc-3 -c -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../l
inuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthrea
ds/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686 -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/li
nux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv
-I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../sys
deps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /rock/rock-src-1.7-cvs/build/default-1.7-snapshot-ia32-
pentium3-generic-expert/tools.cross/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include -isystem /rock/rock-src-1.7-cvs/build/default-1.7-snapshot-ia3
2-pentium3-generic-expert/root/usr/src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DSHARED -DASSEMBLER -DGA
S_SYNTAX -x assembler-with-cpp -o kill.os -
{standard input}: Assembler messages:
{standard input}:46: Warning: rest of line ignored; first ignored character is `1'
{standard input}:46: Warning: rest of line ignored; first ignored character is `1'
{standard input}:46: Warning: rest of line ignored; first ignored character is `1'
{standard input}:46: Error: unrecognized symbol type ""
{standard input}:46: Warning: rest of line ignored; first ignored character is `1'
{standard input}:46: Warning: rest of line ignored; first ignored character is `1'
{standard input}:46: Error: junk `.get_pc_thunk.bx' after expression
make[1]: *** [kill.os] Error 1
make[1]: Leaving directory `/rock/rock-src-1.7-cvs/src.glibc.1040564708.9218.2556547640/glibc-2.3.1/signal'
make: *** [signal/subdir_lib] Error 2

Attachment: msg00200/pgp00000.pgp
Description: PGP signature


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