qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Compiling QEMU on gcc 4.0 20040924


From: André Braga
Subject: Re: [Qemu-devel] Compiling QEMU on gcc 4.0 20040924
Date: Tue, 12 Oct 2004 07:56:28 -0300

On Tue, 12 Oct 2004 00:02:47 -0700 (PDT), Piotr Krysik
<address@hidden> wrote:
> Hi!
> Try to disable #define ASM_SOFTMMU in target-i386/op.c
> Piotrek

Hi there!

Sorry, it didn't cut it. =P

Here's the error:

gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer
-mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse
-fno-reorder-blocks -fno-optimize-sibling-calls -I.
-I/e/MinGW/qemu-snapshot-2004-10-10_23/target-i386
-I/e/MinGW/qemu-snapshot-2004-10-10_23 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/e/MinGW/qemu-snapshot-2004-10-10_23/slirp -c -o op.o
/e/MinGW/qemu-snapshot-2004-10-10_23/target-i386/op.c
e:/MinGW/qemu-snapshot-2004-10-10_23/target-i386/op.c: In function
'op_fistll_ST0_A0':
e:/MinGW/qemu-snapshot-2004-10-10_23/target-i386/op.c:1604: error:
unable to find a register to spill in class 'GENERAL_REGS'
e:/MinGW/qemu-snapshot-2004-10-10_23/target-i386/op.c:1604: error:
this is the insn:
(insn:HI 59 58 62 2 e:/MinGW/qemu-snapshot-2004-10-10_23/cpu-all.h:467
(set (mem:DI (plus:SI (reg:SI 85 [ <variable>.addend ])
                (reg/v:SI 60 [ addr ])) [0 S8 A64])
        (reg/v:DI 58 [ v ])) 60 {*movdi_2} (insn_list:REG_DEP_TRUE 58 (nil))
    (expr_list:REG_DEAD (reg/v:DI 58 [ v ])
        (expr_list:REG_DEAD (reg:SI 85 [ <variable>.addend ])
            (expr_list:REG_DEAD (reg/v:SI 60 [ addr ])
                (nil)))))
e:/MinGW/qemu-snapshot-2004-10-10_23/target-i386/op.c:1604: internal
compiler error: in spill_failure, at reload1.c:1881
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [op.o] Error 1
make[1]: Leaving directory `/e/MinGW/qemu-snapshot-2004-10-10_23/i386-softmmu'
make: *** [all] Error 1



--
"A year spent in artificial intelligence is enough to make one believe in God"
Alan J. Perlis




reply via email to

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