From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BeF59-0007Zc-Jc for qemu-devel@nongnu.org; Sat, 26 Jun 2004 11:27:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BeF57-0007Ui-Pk for qemu-devel@nongnu.org; Sat, 26 Jun 2004 11:27:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BeF57-0007UO-LQ for qemu-devel@nongnu.org; Sat, 26 Jun 2004 11:27:05 -0400 Received: from [62.253.162.42] (helo=mta02-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BeF3N-0006T6-GU for qemu-devel@nongnu.org; Sat, 26 Jun 2004 11:25:17 -0400 Received: from imcfarla.homelinux.net ([213.105.35.3]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040626152358.MSOW8778.mta02-svc.ntlworld.com@imcfarla.homelinux.net> for ; Sat, 26 Jun 2004 16:23:58 +0100 From: Iain McFarlane Subject: Re: [Qemu-devel] compile error with gcc 3.4.1 Date: Sat, 26 Jun 2004 16:25:16 +0100 References: <200406261140.05946.imcfarla@ntlworld.com> <40DD92CE.2050400@wanadoo.fr> In-Reply-To: <40DD92CE.2050400@wanadoo.fr> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406261625.16252.imcfarla@ntlworld.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 Saturday 26 June 2004 16:14, Laurent Desnogues wrote: > Iain McFarlane wrote: > > [...] > > > /home/iain/qemu/qemu/softmmu_header.h:179: error: can't find a register > > in class `GENERAL_REGS' while reloading `asm' > > make[1]: *** [op.o] Error 1 > > make[1]: Leaving directory `/home/iain/src/qemu/i386-softmmu' > > There is an opened bug that looks very similar: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15482 > > gcc 3.4.1 is still not out, it has just been frozen yesterday. A version of 3.4.1 has been in mandrake cooker for at least a week now - they've been updating the package from cvs > Did you try with another version of gcc? It used to work absolutely fine with 3.4.0 so I presume something in gcc has changed - there is a lot of comment about the new version in the cooker mailing lists. It is no big deal as I can still compile with -O1 but I think it will become more of an issue as people upgrade to gcc-3.4.1 Cheers Iain