From: grobidon <de...@ix...> - 2007-02-18 16:05:13
|
hi, I was trying to compile the cubeboot-tools package on my debian box. I used gcc/libc packages from emdebian (http://www.emdebian.org/tools/crosstools.html). this is what I get when compiling the directory ppc/sdre : ----- make[1]: Entering directory `/tmp/cubeboot-tools/cubeboot-tools-0.3/ppc/sdre' powerpc-linux-gnu-gcc -nostartfiles -nodefaultlibs -Wl,-Ttext=80003100 -Wl,-T,sdre_ldscript.txt crt0.o ../common/lib.o ../common/misc.o sdre.o control.o -o sdre.elf crt0.o: In function `_start': crt0.S:(.text+0x19a): undefined reference to `_SDA2_BASE_' crt0.S:(.text+0x19e): undefined reference to `_SDA2_BASE_' crt0.S:(.text+0x1a2): undefined reference to `_SDA_BASE_' crt0.S:(.text+0x1a6): undefined reference to `_SDA_BASE_' collect2: ld returned 1 exit status make[1]: *** [sdre.elf] Error 1 make[1]: Leaving directory `/tmp/cubeboot-tools/cubeboot-tools-0.3/ppc/sdre' make: *** [all] Error 2 ------ can somebody help? thanks |