From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger
Date: Thu, 5 May 2005 01:22:17 +0100 [thread overview]
Message-ID: <200505050122.18708.paul@codesourcery.com> (raw)
In-Reply-To: <A5976C86-4F45-4B7A-B7D4-A1AFBE3A07B3@teleline.es>
On Wednesday 04 May 2005 07:48, Natalia Portillo wrote:
> Hi!
>
> I'm getting (along with a LOT of warnings) the following error when
> trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple):
>
> TiBook:~/qemu claunia$ make
> for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \
> make -C $d all || exit 1 ; \
> done
> ../dyngen -c -o opc.h op.o
> dyngen: blr expected at the end of op_bsfl_T0_cc
> make[1]: *** [opc.h] Error 1
> make: *** [all] Error 1
>
> Any idea?
Qemu doesn't work with gcc4.
Qemu makes assumptions about the structure of the code that gcc generates.
These assumptions are no longer valid when compiled with gcc4.
Paul
next prev parent reply other threads:[~2005-05-05 0:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-04 6:48 [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger Natalia Portillo
2005-05-05 0:22 ` Paul Brook [this message]
2005-05-05 8:09 ` Pierre d'Herbemont
2005-05-05 9:53 ` Daniel Egger
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=200505050122.18708.paul@codesourcery.com \
--to=paul@codesourcery.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.