From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)
Date: Thu, 07 Dec 2006 19:44:38 +0100 [thread overview]
Message-ID: <45786116.1000504@mail.berlios.de> (raw)
In-Reply-To: <E1GsM0l-0000YV-RN@savannah.gnu.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.
*/
next prev parent reply other threads:[~2006-12-07 18:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 16:22 [Qemu-devel] qemu/target-mips helper.c translate.c Thiemo Seufer
2006-12-07 18:44 ` Stefan Weil [this message]
2006-12-07 18:48 ` [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error) Paul Brook
2006-12-07 19:54 ` Thiemo Seufer
2006-12-07 22:22 ` Stefan Weil
2006-12-08 0:00 ` Paul Brook
2006-12-07 20:11 ` Thiemo Seufer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45786116.1000504@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).