From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsNgZ-0004kS-QJ for qemu-devel@nongnu.org; Wed, 14 Nov 2007 14:14:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsNgY-0004jc-0a for qemu-devel@nongnu.org; Wed, 14 Nov 2007 14:14:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsNgX-0004jV-PM for qemu-devel@nongnu.org; Wed, 14 Nov 2007 14:14:01 -0500 Received: from owa.c2.net ([207.235.78.2] helo=email.c2.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsNgW-0000h2-1x for qemu-devel@nongnu.org; Wed, 14 Nov 2007 14:14:00 -0500 From: Thayne Harbaugh Content-Type: text/plain Date: Wed, 14 Nov 2007 12:06:03 -0700 Message-Id: <1195067163.918.67.camel@phantasm.home.enterpriseandprosperity.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Build m68k-linux-user on x86_64 Reply-To: thayne@c2.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel m68k-linux-user fails to build on x86_64. It has never built for me in the last six months. It's a dyngen failure. Does anyone have any patches or suggestions as to how I might fix this? thank you. compile output: gcc-3.4 -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/home/thayne/dev/c2/olmectools/trunk/qemu/target-m68k -I/home/thayne/dev/c2/olmectools/trunk/qemu -MMD -MP -I/home/thayne/dev/c2/olmectools/trunk/qemu/linux-user -I/home/thayne/dev/c2/olmectools/trunk/qemu/linux-user/m68k -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/thayne/dev/c2/olmectools/trunk/qemu/fpu -I/home/thayne/dev/c2/olmectools/trunk/qemu/slirp -c -o translate-op.o /home/thayne/dev/c2/olmectools/trunk/qemu/translate-op.c In file included from /home/thayne/dev/c2/olmectools/trunk/qemu/translate-op.c:36: ./op.h: In function `dyngen_code': ./op.h:22: error: syntax error before ')' token ./op.h:23: error: syntax error before ')' token ./op.h:36: error: syntax error before ')' token ./op.h:49: error: syntax error before ')' token ./op.h:50: error: syntax error before ')' token ./op.h:61: error: syntax error before ')' token ./op.h:74: error: syntax error before ')' token ./op.h:76: error: syntax error before ')' token ./op.h:78: error: syntax error before ')' token (there are over 100 lines of similar errors)