qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] qemu-system-ppc gcc-3.4.0 optimization problem


From: Ronald
Subject: [Qemu-devel] qemu-system-ppc gcc-3.4.0 optimization problem
Date: Mon, 19 Jul 2004 14:50:59 +0200
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

Hello world,

I have experienced a strange thing,
With gcc-3.4 it seems I have two choices to build qemu correctly:
replacing -O2 with -O1 in Makefile.target or editing target-i386/op.c so
ASM_SOFTMMU is defined for gcc-3.4 too. When qemu-system-ppc is build with -O1 
I am able to boot my prep kernel, everything go fine.
But when i edit op.c, qemu-system-ppc hangs with (on my xterm): 
*** ERROR: idx fe already assigned to a direct opcode 
*** ERROR: unable to insert opcode [20-fe-fd] 
*** ERROR initializing PPC instruction 0x20 0xfe 0xfd 
invalid/unsupported opcode: 12 - 02 - 18 (4bfffe05) 0xfffffffc 0
invalid/unsupported opcode: 00 - 00 - 00 (00000000) 0x00000700 0

qemu cvs from yesterday.





reply via email to

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