This is the mail archive of the gcc-help@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]

xgcc-problem


I am desperately looking for help with compiling a cross-compiler for
the target "powerpc-eabi" on a "i686-pc-linux-gnulibc1-host"
(found by config.guess)! The binutils-2.9.1 are already
installed (I used the same configure-parameters as
for the compiler). "configure --prefix=... -target=..." works.
"make cross" stops at the point of configuring (running configure
again) in the directory "target/libiberty". config.log says:
/usr/local/cross.ppc/powerpc-eabi/bin/ld: warning: cannot find
entry symbol _start; defaulting to 01800074
/home/Packete/Packet.Quellen/Compilers.Tools/cross-gcc/build-gcc/gcc/
libgcc.a(eabi.o) (.got2+0x8): undefined reference to `_SDATA_START__'
.
(similar messages)
.
collect2: ld returned 1 exit status

What's wrong there ? I couldn't find help in the "Cross-GCC-FAQ's"
or "Using and porting GCC".  The native-compiler is gcc-2.7.2.
The cross-compiler is egcs.1.1.2.

Thanks in advance.
Christoph Walzer




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