From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jsi1R-0001oH-4W for qemu-devel@nongnu.org; Sun, 04 May 2008 13:29:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jsi1P-0001o1-5O for qemu-devel@nongnu.org; Sun, 04 May 2008 13:29:12 -0400 Received: from [199.232.76.173] (port=38249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jsi1P-0001ny-0q for qemu-devel@nongnu.org; Sun, 04 May 2008 13:29:11 -0400 Received: from wasp.net.au ([203.190.192.17]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jsi1P-0008KO-2s for qemu-devel@nongnu.org; Sun, 04 May 2008 13:29:11 -0400 Message-ID: <481DF25D.8070009@wasp.net.au> Date: Sun, 04 May 2008 21:29:01 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] Compilation broken in SVN version and a debug register question References: <527518.23522.qm@web57011.mail.re3.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Ben Taylor wrote: > On Wed, Apr 23, 2008 at 8:34 AM, Balazs Attila-Mihaly (Cd-MaN) > wrote: >> Hello all. >> >> I fail to compile the version 4242 from the SVN (which I checked out ~1 hour ago). On an Ubuntu 7.10 host with gcc-3.4 and ./configure --target-list=i386-softmmu, I get the following error: >> > > The following patch should fix the compilation of op.c and helper.c. > > This been tested on solaris x86 (32/64 bit) and Ubuntu 7.10 (32-bit). When > configuring on the 32-bit systems, I used --extra-cflags="-march=i686 > -mtune=i686" > and both spill errors in op.c and helper.c are gone, and the binaries > will boot Milax (a Solaris based DamnSmallLinux clone) On ubuntu... apt-get remove gcc-3.4 apt-get install gcc-3.3 .. effectively worked around the issue for me. Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams