[U-Boot-Users] u-boot 1.1.6 and cpu 85xx: relocation truncated to fit

Hi folks
I just downloaded the latest U-Boot 1.1.6 and the compilation for any 85xx board fails at the end (final linker stage). Here is the error for a MPC8555CDS, TQM8555_config or sbc8560 board:
ld -Bstatic -T /u-boot-1.1.6/board/sbc8560/u-boot.lds -Ttext 0xfffc0000 -n $UNDEF_SYM cpu/mpc85xx/start.o cpu/mpc85xx/resetvec.o \ --start-group lib_generic/libgeneric.a board/sbc8560/libsbc8560.a cpu/mpc85xx/libmpc85xx.a lib_ppc/libppc.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/nand/libnand.a drivers/nand_legacy/libnand_legacy.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /gnu/3.4.4/x86-linux2/bin/../lib/gcc/gnu/3.4.4/soft-float -lgcc \ -Map u-boot.map -o u-boot cpu/mpc85xx/resetvec.o:(.debug_info+0x14): relocation truncated to fit: R_PPC_ADDR32 against `.resetvec'+4 make: *** [u-boot] Error 1
Any idea ?
Cheers,
Sebastien.

In message 1170923885.45cae16d2cccc@imp.free.fr you wrote:
I just downloaded the latest U-Boot 1.1.6 and the compilation for any 85xx board fails at the end (final linker stage). Here is the error for a MPC8555CDS, TQM8555_config or sbc8560 board:
Works fine here.
/gnu/3.4.4/x86-linux2/bin/../lib/gcc/gnu/3.4.4/soft-float -lgcc \
^^^^^^^^^^^
GCC-3.4.4 again?
Try a working toolchain?
Best regards,
Wolfgang Denk
participants (2)
-
sfauris@free.fr
-
Wolfgang Denk