From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFYeU-0007Z4-6K for qemu-devel@nongnu.org; Thu, 07 Oct 2004 09:49:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFYeT-0007Yf-GV for Qemu-devel@nongnu.org; Thu, 07 Oct 2004 09:49:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFYeT-0007Yc-CD for Qemu-devel@nongnu.org; Thu, 07 Oct 2004 09:49:49 -0400 Received: from [195.130.132.58] (helo=astra.telenet-ops.be) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFYXU-0008Fn-Js for Qemu-devel@nongnu.org; Thu, 07 Oct 2004 09:42:36 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by astra.telenet-ops.be (Postfix) with SMTP id 2B74832804E for ; Thu, 7 Oct 2004 15:42:34 +0200 (MEST) Received: from [192.168.1.2] (d51A51CF1.kabel.telenet.be [81.165.28.241]) by astra.telenet-ops.be (Postfix) with ESMTP id 156CF32819C for ; Thu, 7 Oct 2004 15:42:34 +0200 (MEST) From: Bob Deblier Content-Type: text/plain Message-Id: <1097156553.2833.17.camel@orion> Mime-Version: 1.0 Date: Thu, 07 Oct 2004 15:42:33 +0200 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Linux x86_64 host 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 Great project! I've been trying to see if I can get the current CVS version of QEMU working on my Fedora Core 2 x86_64, with no luck so far. There's even a compilation error in the current sparc code: ../dyngen -o op.h op.o ../dyngen -c -o opc.h op.o gcc -Wall -O2 -g -fno-strict-aliasing -I. -I/home/bob/emulators/cvs/qemu/target-sparc -I/home/bob/emulators/cvs/qemu -I/home/bob/emulators/cvs/qemu/linux-user -I/home/bob/emulators/cvs/qemu/linux-user/sparc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/bob/emulators/cvs/qemu/slirp -c -o translate-all.o /home/bob/emulators/cvs/qemu/translate-all.c In file included from /home/bob/emulators/cvs/qemu/translate-all.c:41: op.h: In function `dyngen_code': op.h:4639: error: syntax error before '.' token op.h:4641: error: syntax error before '.' token make[1]: *** [translate-all.o] Error 1 make[1]: Leaving directory `/home/bob/emulators/cvs/qemu/sparc-user' I'm more than willing to make some time getting to know the system and contributing to make this work on x86_64, if somebody can give pointers on where to start investigating. I've got many years experience programming, knowledge of several varieties of assembler (x86, x86_64, ppc, ppc64, sparcv8/9, arm, ia64 - as used in the BeeCrypt crypto library). Sincerely, Bob Deblier