qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger


From: Paul Brook
Subject: Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger
Date: Thu, 5 May 2005 01:22:17 +0100
User-agent: KMail/1.7.2

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




reply via email to

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