From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsOEf-0002A5-PZ for qemu-devel@nongnu.org; Thu, 07 Dec 2006 13:44:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsOEe-00029P-Bx for qemu-devel@nongnu.org; Thu, 07 Dec 2006 13:44:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsOEe-00029M-9t for qemu-devel@nongnu.org; Thu, 07 Dec 2006 13:44:44 -0500 Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsOEe-00053i-0C for qemu-devel@nongnu.org; Thu, 07 Dec 2006 13:44:44 -0500 Message-ID: <45786116.1000504@mail.berlios.de> Date: Thu, 07 Dec 2006 19:44:38 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 Hi, the latest changes of QEMU CVS break compilation for MIPS systems without a FPU. Such systems are in wide use (DSL routers like Sinus 154 and Fritz!Box), and several developers already use QEMU for emulation of these systems. I'm sorry that I cannot provide a patch which fixes the compiler errors. The patch given below can be used to get my test configuration. Regards Stefan Weil Patch for compilation test of MIPS system without FPU RCS file: /sources/qemu/qemu/target-mips/mips-defs.h,v retrieving revision 1.5 diff -u -b -B -r1.5 mips-defs.h --- target-mips/mips-defs.h 6 Dec 2006 20:17:30 -0000 1.5 +++ target-mips/mips-defs.h 7 Dec 2006 18:23:09 -0000 @@ -25,6 +25,7 @@ #define MIPS_TLB_MAX 128 /* basic FPU register support */ #define MIPS_USES_FPU 1 +#undef MIPS_USES_FPU /* Define a implementation number of 1. * Define a major version 1, minor version 0. */