From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmgPN-0004oE-Hc for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:47:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmgPN-0004o2-4Q for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:47:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmgPN-0004nz-1z for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:47:09 -0500 Received: from [130.136.1.101] (helo=lea.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmgDm-0005DO-Lt for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:35:10 -0500 Date: Thu, 6 Jan 2005 23:35:07 +0100 Subject: Re: [Qemu-devel] win32 build broken Message-ID: <20050106223507.GG23549@cs.unibo.it> References: <0607B33A-5E93-11D9-9B65-000A9585A104@cordney.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0607B33A-5E93-11D9-9B65-000A9585A104@cordney.com> From: renzo@cs.unibo.it (Renzo Davoli) 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 Cc: daimon55@free.fr I have the same problem on linuxppc (also using tonight cvs updates). (the line is 1265 instead of 1266). renzo On Tue, Jan 04, 2005 at 09:55:53PM +0100, Ren? Korthaus wrote: > >Hi, > > > >build of cvs for win32 abort with: > > > >/home/ronald/Prog/Win32/combo/qemu-win32/target-i386/op.c: In function > >`op_goto_tb0': > >/home/ronald/Prog/Win32/combo/qemu-win32/target-i386/op.c:1266: > >warning: implicit declaration of function `GOTO_TB' > >../dyngen.exe -o op.h op.o > >dyngen: ret or jmp expected at the end of op_movslq_T0_T0 > >make[1]: *** [op.h] Erreur 1 > > > >GOTO_TB is not defined in exec-all.h because of undefined > >USE_DIRECT_JUMP. > > Same issue on Mac OS X: > > /Users/cordney/cocoa/qemu-cvs/target-i386/op.c: In function > `op_goto_tb0': > /Users/cordney/cocoa/qemu-cvs/target-i386/op.c:1266: warning: implicit > declaration of function `GOTO_TB' > /Users/cordney/cocoa/qemu-cvs/target-i386/op.c: At top level: > /Users/cordney/cocoa/qemu-cvs/dyngen-exec.h:201: warning: `__op_param3' > defined but not used > ../dyngen -o op.h op.o > dyngen: empty code for op_movslq_T0_T0 > make[1]: *** [op.h] Error 1 > make: *** [all] Error 1 > > May somebody provide a fix?