On 15:03 Wed 25 Feb , Hollis Blanchard wrote:
On Tue, 2009-02-24 at 22:27 +0200, Blue Swirl wrote:
Would this patch fix the problem?
Doesn't look like it. After patching and make clean, I see the same warning from strip, and basically the same output:
# tail obj-ppc/build.log [...] powerpc-440-linux-gnu-ld --warn-common -N -T ../arch/ppc/qemu/ldscript target/arch/ppc/qemu/start.o target/arch/ppc/timebase.o libqemu.a libbootstrap.a libdrivers.a libmodules.a liblibc.a libfs.a libgcc.a -o openbios-qemu.elf powerpc-440-linux-gnu-nm openbios-qemu.elf | sort > ./openbios-qemu.syms cp openbios-qemu.elf openbios-qemu.elf.nostrip powerpc-440-linux-gnu-strip openbios-qemu.elf BFD: stzD2J6q: warning: allocated section `.bss' not in segment BFD: stzD2J6q: warning: allocated section `.sbss' not in segment
I've already this on u-boot too it's binutils bug sorry I do not remerber which one but if you update it it will work. Personnaly I use now GNU ld (GNU Binutils) 2.18.90.20080910
Best Regards, J.