From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EX63e-0002i9-4M for qemu-devel@nongnu.org; Tue, 01 Nov 2005 19:00:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EX63c-0002hs-4c for qemu-devel@nongnu.org; Tue, 01 Nov 2005 19:00:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EX63b-0002hp-UV for qemu-devel@nongnu.org; Tue, 01 Nov 2005 19:00:48 -0500 Received: from [66.249.82.202] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EX63b-0004qI-NT for qemu-devel@nongnu.org; Tue, 01 Nov 2005 19:00:47 -0500 Received: by xproxy.gmail.com with SMTP id s8so10538wxc for ; Tue, 01 Nov 2005 16:00:46 -0800 (PST) Message-ID: Date: Tue, 1 Nov 2005 19:00:46 -0500 From: Karl Magdsick Subject: Re: [Qemu-devel] Bug report In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: 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, calexicoz@gmail.com gcc 4.x is known not to compile qemu, due to a register allocation bug in g= cc. Also, the current qemu code generator is an ugly hack that relies on some specifics of gcc 3.x function implementation. There is work being done on a _real_ code generator for qemu. -Karl On 11/1/05, Julien Lancien wrote: > Hi, > > I am unable to compile qemu on my machine :p. I've attached the result > of the configure and make. > > My gcc version is: 4.0.3 20051006 and kernel 2.6.13 vanilla. > > I used the CVS snapshot, but I got mostly the same problem with the > 0.7.2 version. > Tell me if you want more infos, and thanks for any help. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > > >