qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)


From: Stefan Weil
Subject: Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)
Date: Thu, 07 Dec 2006 19:44:38 +0100
User-agent: IceDove 1.5.0.8 (X11/20061128)

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.
  */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]