This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

powerpc64-linux build failure for mainline


A cross build of powerpc64-linux on powerpc-linux fails for Java with
mainline CVS updated yesterday.  It built successfully on April 29
using the same glibc and binutils.

/work/janis/gnu/gcc_mline/gcc-obj-cross/gcc/xgcc -B/work/janis/gnu/gcc_mline/gcc-obj-cross/gcc/ -B/home/janis/gnu/tools/cross-mline/powerpc64-linux/bin/ -B/home/janis/gnu/tools/cross-mline/powerpc64-linux/lib/ -isystem /home/janis/gnu/tools/cross-mline/powerpc64-linux/include -isystem /home/janis/gnu/tools/cross-mline/powerpc64-linux/sys-include -fexceptions -O2 -g -O2 -o .libs/ffitest -shared-libgcc .libs/ffitest.o  ./.libs/libffi.so -Wl,--rpath -Wl,/home/janis/gnu/tools/cross-mline/powerpc64-linux/lib
/home/janis/gnu/tools/cross-mline/powerpc64-linux/bin/ld: /work/janis/gnu/gcc_mline/gcc-obj-cross/gcc/crtbegin.o(.toc+0x10): unresolvable R_PPC64_ADDR64 relocation against symbol `__deregister_frame_info@@GLIBC_2.0'
/home/janis/gnu/tools/cross-mline/powerpc64-linux/bin/ld: /work/janis/gnu/gcc_mline/gcc-obj-cross/gcc/crtbegin.o(.toc+0x20): unresolvable R_PPC64_ADDR64 relocation against symbol `__register_frame_info@@GLIBC_2.0'
collect2: ld returned 1 exit status
make[3]: *** [ffitest] Error 1

Does this look familiar to anyone?  If not I'll track down when the
failure starts.

Janis


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