On Fri, Nov 04, 2005 at 06:23:44PM +0100, Lubos Vrbka wrote: ... > /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: error: unable to > find a register to spill in class 'GENERAL_REGS' > /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: error: this is the > insn: > (insn:HI 18 17 19 0 /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:569 > (set (strict_low_part (subreg:HI (reg/v:DI 63 [ r ]) 0)) > (mem/s/j:HI (plus:SI (mult:SI (reg:SI 64) > (const_int 2 [0x2])) > (reg/v/f:SI 59 [ s ])) [0 <variable>._w S2 A16])) 52 > {*movstricthi_1} (insn_list:REG_DEP_TRUE 16 (insn_list:REG_DEP_TRUE 12 > (insn_list:REG_DEP_TRUE 53 (nil)))) > (expr_list:REG_DEAD (reg:SI 64) > (nil))) > /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: confused by > earlier errors, bailing out > make[1]: *** [op.o] Error 1 > make[1]: Leaving directory `/mnt/scratch/vrbka/_tmp/qemu-0.7.2/i386-user' > make: *** [all] Error 1 ...
bad news for you from http://fabrice.bellard.free.fr/qemu/faq.html, QEMU does not compile. Why ? It is likely that you are using GCC 4.x: it is currently not supported by QEMU. You must use GCC 3.x. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]