From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Czz5w-0001E5-Ch for qemu-devel@nongnu.org; Sat, 12 Feb 2005 10:22:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Czz5k-00018t-Et for Qemu-devel@nongnu.org; Sat, 12 Feb 2005 10:21:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Czz5k-00016Y-7c for Qemu-devel@nongnu.org; Sat, 12 Feb 2005 10:21:52 -0500 Received: from [195.130.132.58] (helo=astra.telenet-ops.be) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Czylc-0003gu-Dy for Qemu-devel@nongnu.org; Sat, 12 Feb 2005 10:01:04 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by astra.telenet-ops.be (Postfix) with SMTP id ADB553281A3 for ; Sat, 12 Feb 2005 16:01:03 +0100 (MET) Received: from 192.168.1.2 (d51A51CF1.access.telenet.be [81.165.28.241]) by astra.telenet-ops.be (Postfix) with ESMTP id 6D2193283B2 for ; Sat, 12 Feb 2005 16:01:03 +0100 (MET) From: Bob Deblier Content-Type: text/plain Date: Sat, 12 Feb 2005 16:01:03 +0100 Message-Id: <1108220463.5532.24.camel@orion> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Compilation on FC3 x86_64; x86_64 target problems 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 Many errors during compilation complaining about no fields t0, t1, t2 in structure. This is likely because of the following #if in file target-i386/cpu.h: > typedef struct CPUX86State { > #if TARGET_LONG_BITS > HOST_LONG_BITS > /* temporaries if we cannot store them in host registers */ > target_ulong t0, t1, t2; > #endif On an x86_64 host, TARGET_LONG_BITS == HOST_LONG_BITS, hence no definition. I'm in a little over my head for this one... Sincerely, Bob Deblier