On Thu, Apr 19, 2007 at 09:12:32AM -0700, Ed Swierk wrote: > I'm having trouble building OpenHackWare (the firmware for qemu-system-ppc) > from source on a PPC machine running Fedora 6, using either gcc 4.1.1 or gcc > 3.4.6. I'm using the source tarball > http://perso.magic.fr/l_indien/OpenHackWare/0.4/OpenHackWare-0.4.1.tar.bz2, > with the patch pc-bios/ohw.diff from qemu-snapshot-2007-02-09_05.tar.bz2.
I posted some other patches for OpenHackWare when I was experimenting with OpenBSD; I think this is the one you need, to the linker script: - .rodata : { *(.rodata) } > bios + .rodata : { *(.rodata*) } > bios -- Daniel Jacobowitz CodeSourcery