public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* KVM-18 Error compilation
@ 2007-03-26 10:03 BELLEGUEULLE Damien
       [not found] ` <92F16D7652AAF942ACB0578F53E32DE513A942-dK0XnR4e6A3jFbd8tFByRv4CVqVLow9K@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: BELLEGUEULLE Damien @ 2007-03-26 10:03 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 2493 bytes --]


./configure --prefix=/usr --qemu-cc="/usr/bin/gcc-3.3.6"

er -I. -I.. -I/home/bellegueulle/kvm-18/qemu/target-i386 -I/home/bellegueulle/kvm-18/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user= -I/home/bellegueulle/kvm-18/qemu/fpu -DHAS_AUDIO -I/home/bellegueulle/kvm-18/qemu/slirp  -c -o qemu-kvm.o /home/bellegueulle/kvm-18/qemu/qemu-kvm.c
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c: In function `kvm_cpu_exec':
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c:447: warning: implicit declaration of function `exit'
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c: In function `kvm_shutdown':
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c:599: warning: implicit declaration of function `qemu_system_reset_request'
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c: In function `kvm_qemu_init_env':
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c:732: error: unable to find a register to spill in class `SIREG'
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c:732: error: this is the insn:
(insn:HI 37 35 38 0 0x40687c34 (parallel [
            (set (reg:SI 1 edx [67])
                (const_int 0 [0x0]))
            (set (reg/f:SI 0 eax [64])
                (plus:SI (ashift:SI (reg:SI 2 ecx [66])
                        (const_int 2 [0x2]))
                    (reg/f:SI 0 eax [64])))
            (set (reg/f:SI 2 ecx [orig:65 cenv ] [65])
                (plus:SI (ashift:SI (reg:SI 2 ecx [66])
                        (const_int 2 [0x2]))
                    (reg/v/f:SI 59 [ cenv ])))
            (set (mem/s:BLK (reg/f:SI 0 eax [64]) [0 copy+0 S25712 A128])
                (mem/s:BLK (reg/v/f:SI 59 [ cenv ]) [0 S25712 A128]))
            (use (reg:SI 2 ecx [66]))
            (use (reg:SI 19 dirflag))
        ]) 467 {rep_movsi} (insn_list 3 (insn_list 32 (insn_list 34 (insn_list 35 (nil)))))
    (expr_list:REG_DEAD (reg:SI 19 dirflag)
        (expr_list:REG_DEAD (reg:SI 2 ecx [66])
            (expr_list:REG_UNUSED (reg/f:SI 2 ecx [orig:65 cenv ] [65])
                (expr_list:REG_UNUSED (reg/f:SI 0 eax [64])
                    (expr_list:REG_UNUSED (reg:SI 1 edx [67])
                        (nil)))))))
/home/bellegueulle/kvm-18/qemu/qemu-kvm.c:732: confused by earlier errors, bailing out
make[2]: *** [qemu-kvm.o] Erreur 1
make[2]: quittant le répertoire « /home/bellegueulle/kvm-18/qemu/i386-softmmu »
make[1]: *** [subdir-i386-softmmu] Erreur 2
make[1]: quittant le répertoire « /home/bellegueulle/kvm-18/qemu »
make: *** [qemu] Erreur 2



[-- Attachment #1.2: Type: text/html, Size: 4513 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: KVM-18 Error compilation
       [not found] ` <92F16D7652AAF942ACB0578F53E32DE513A942-dK0XnR4e6A3jFbd8tFByRv4CVqVLow9K@public.gmane.org>
@ 2007-03-26 10:39   ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-03-26 10:39 UTC (permalink / raw)
  To: BELLEGUEULLE Damien; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

BELLEGUEULLE Damien wrote:
>
> ./configure --prefix=/usr --qemu-cc="/usr/bin/gcc-3.3.6"
>
> er -I. -I.. -I/home/bellegueulle/kvm-18/qemu/target-i386 
> -I/home/bellegueulle/kvm-18/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D__user= -I/home/bellegueulle/kvm-18/qemu/fpu 
> -DHAS_AUDIO -I/home/bellegueulle/kvm-18/qemu/slirp  -c -o qemu-kvm.o
>

This is on i386, right?

The command line needs to have -fomit-frame-pointer.  The 'er' at the 
beginning seems to indicate that this is so, can you confirm?

FWIW, i386 builds ok here with gcc 3.4.6.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-26 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26 10:03 KVM-18 Error compilation BELLEGUEULLE Damien
     [not found] ` <92F16D7652AAF942ACB0578F53E32DE513A942-dK0XnR4e6A3jFbd8tFByRv4CVqVLow9K@public.gmane.org>
2007-03-26 10:39   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox