[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Building OpenHackWare (qemu-system-ppc firmware)
From: |
Daniel Jacobowitz |
Subject: |
Re: [Qemu-devel] Building OpenHackWare (qemu-system-ppc firmware) |
Date: |
Thu, 19 Apr 2007 12:58:30 -0400 |
User-agent: |
Mutt/1.5.15 (2007-04-09) |
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