From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hea2p-0003SO-L8 for qemu-devel@nongnu.org; Thu, 19 Apr 2007 13:03:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hea2o-0003RP-1y for qemu-devel@nongnu.org; Thu, 19 Apr 2007 13:03:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hea2n-0003RJ-OV for qemu-devel@nongnu.org; Thu, 19 Apr 2007 13:03:41 -0400 Received: from return.false.org ([66.207.162.98]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeZxp-0006y6-CG for qemu-devel@nongnu.org; Thu, 19 Apr 2007 12:58:33 -0400 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id BCF3B4B267 for ; Thu, 19 Apr 2007 11:58:31 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 96CD64B262 for ; Thu, 19 Apr 2007 11:58:31 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HeZxm-0001sb-QR for qemu-devel@nongnu.org; Thu, 19 Apr 2007 12:58:30 -0400 Date: Thu, 19 Apr 2007 12:58:30 -0400 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] Building OpenHackWare (qemu-system-ppc firmware) Message-ID: <20070419165830.GA7083@caradoc.them.org> References: <200704190912.32588.eswierk@arastra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704190912.32588.eswierk@arastra.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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