ARM error with glibc (Illegal value for co-processor offset)
Rod Stewart
stewart@lab43.org
Tue May 29 13:49:00 GMT 2001
I'm getting the following error when trying to build today's CVS glibc
with gcc version 3.0 20010527. The exact same source builds fine with gcc
2.95.2.
gcc version 3.0 20010527 had Mark's patch for PR 2828 applied to it.
I'm leaving tomorrow afternoon for about 2 weeks, although I can enter
this in gnats if it seems relevant before I go.
Here is the problem:
gcc ../sysdeps/ieee754/dbl-64/s_sin.c -c -O3 -Wall -Winline
-Wstrict-prototypes -Wwrite-strings -g -Wno-uninitialized
-I../include -I. -I/usr/src/redhat/BUILD/obj-glibc-20010529/math -I..
-I../libio -I/usr/src/redhat/BUILD/obj-glibc-20010529
-I../sysdeps/arm/elf -I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/arm
-I../sysdeps/unix/sysv/linux/arm -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/arm
-I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/fpu -I../sysdeps/arm
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -D_LIBC_REENTRANT -include
../include/libc-symbols.h -D__NO_MATH_INLINES
-D__LIBC_INTERNAL_MATH_INLINES -DNO_LONG_DOUBLE -D_Mlong_double_=double -o
/usr/src/redhat/BUILD/obj-glibc-20010529/math/s_sin.o
../sysdeps/ieee754/dbl-64/s_sin.c:1125: warning: conflicting types for
built-in function `sinl'
../sysdeps/ieee754/dbl-64/s_sin.c:1127: warning: conflicting types for
built-in function `cosl'
/tmp/cc9wBPys.s: Assembler messages:
/tmp/cc9wBPys.s:4003: Error: Illegal value for co-processor offset
/tmp/cc9wBPys.s:4009: Error: Illegal value for co-processor offset
make[2]: *** [/usr/src/redhat/BUILD/obj-glibc-20010529/math/s_sin.o] Error
1
make[2]: Leaving directory `/usr/src/redhat/BUILD/glibc/math'
Thanks,
-Rms
More information about the Gcc-bugs
mailing list