This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
compile problem in current cvs
- To: gcc at gcc dot gnu dot org
- Subject: compile problem in current cvs
- From: Kaoru Fukui <k_fukui at highway dot ne dot jp>
- Date: Tue, 16 May 2000 16:39:18 +0900
I have problem in current gcc-2.96.
make[2]: Entering directory `/usr/src/redhat/BUILD/obj-gcc-ppc/gcc'
/usr/src/redhat/BUILD/obj-gcc-ppc/gcc/xgcc -B/usr/src/redhat/BUILD/obj-gcc-ppc/
gcc/ -B/var/tmp/gcc-2.96-root/opt/gcc-2.96/ppc-redhat-linux/bin/ -I/var/tmp/
gcc-2.96-root/opt/gcc-2.96/ppc-redhat-linux/include -O2 -DIN_GCC -O2 -
isystem ./include -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT
_NOT_NEEDED -I. -I/usr/src/redhat/BUILD/gcc_EX-2.96/gcc -I/usr/src/redhat/
BUILD/gcc_EX-2.96/gcc/config -I/usr/src/redhat/BUILD/gcc_EX-2.96/gcc/../include
-fexceptions -fPIC -mstrict-align -DL_eh -c /usr/src/redhat/BUILD/gcc_EX-2.96/
gcc/libgcc2.c -o libgcc/./_eh.o
/tmp/ccPQoSpF.s: Assembler messages:
/tmp/ccPQoSpF.s:2459: Error: Subtraction of two symbols in different sections
".data" {.data section} - ".LCTOC1" {.got2 section} at file address 4940.
/tmp/ccPQoSpF.s:2459: Error: unsupported relocation type
make[2]: *** [libgcc/./_eh.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/obj-gcc-ppc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/obj-gcc-ppc/gcc'
make: *** [install-gcc] Error 2
Bad exit status from /var/tmp/rpm-tmp.48601 (%install)
[root@bwg3 SPECS]#
The source is current gcc-2.96 from cvs,yesterday.
My using system are MkLinux-R1,
Binutils-2.9.5.0.42
gcc-2.95.3 on powerpc.
Any suggestion.
Kaoru