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


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to