From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DVY79-0007aW-Ur for qemu-devel@nongnu.org; Tue, 10 May 2005 13:01:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DVY6x-0007Up-EO for qemu-devel@nongnu.org; Tue, 10 May 2005 13:01:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVY6w-0007PY-Il for qemu-devel@nongnu.org; Tue, 10 May 2005 13:01:34 -0400 Received: from [66.163.170.3] (helo=smtp817.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1DVY0a-00045a-2u for qemu-devel@nongnu.org; Tue, 10 May 2005 12:55:00 -0400 Received: from WLap2 (wlap2.dharma.home [192.168.51.2]) by wmainlinux.dharma.home (Postfix) with SMTP id D1819770B0 for ; Tue, 10 May 2005 09:02:24 -0700 (PDT) Message-ID: <002301c55579$a9d6af30$0233a8c0@dharma.home> From: "Wayne Christian" Date: Tue, 10 May 2005 09:02:14 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01C5553E.F5A9DAD0" Subject: [Qemu-devel] Qemu with Kqemu on Fedora Core using GCC 4.0 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C5553E.F5A9DAD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable For whatever it is worth I get the following errors trying to compile = qemu with kqemu on a Fedora Core 3 system. This system has been = modified to install Eciplse and GCC 4.0 from Fedora Core 4 test 2, but = is otherwise a Fedora Core 3 system. [root@WmainLinux qemu-0.7.0]# ./configure Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /usr/src/qemu-0.7.0 C compiler gcc make make host CPU i386 host big endian no target list i386-user arm-user armeb-user sparc-user ppc-user = i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu gprof enabled no static build no SDL support no mingw32 support no Adlib support no FMOD support no kqemu support yes KQEMU Linux module configuration: kernel sources /lib/modules/2.6.11-1.7_FC3.desktop_3/build kbuild type 2.6 [root@WmainLinux qemu-0.7.0]# make for d in i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu = ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit 1 ; \ done make[1]: Entering directory `/usr/src/qemu-0.7.0/i386-user' gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer = -mpreferred-stack-boundary=3D2 -falign-functions=3D0 -fno-gcse = -fno-reorder-blocks -fno-optimize-sibling-calls -I. = -I/usr/src/qemu-0.7.0/target-i386 -I/usr/src/qemu-0.7.0 = -I/usr/src/qemu-0.7.0/linux-user -I/usr/src/qemu-0.7.0/linux-user/i386 = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE = -I/usr/src/qemu-0.7.0/fpu -I/usr/src/qemu-0.7.0/slirp -c -o op.o = /usr/src/qemu-0.7.0/target-i386/op.c /usr/src/qemu-0.7.0/target-i386/ops_sse.h: In function 'op_pshufw_mmx': /usr/src/qemu-0.7.0/target-i386/ops_sse.h:574: error: unable to find a = register to spill in class 'GENERAL_REGS' /usr/src/qemu-0.7.0/target-i386/ops_sse.h:574: error: this is the insn: (insn:HI 18 17 19 0 /usr/src/qemu-0.7.0/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 ._w S2 A16])) 41 = {*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))) /usr/src/qemu-0.7.0/target-i386/ops_sse.h:574: confused by earlier = errors, bailing out make[1]: *** [op.o] Error 1 make[1]: Leaving directory `/usr/src/qemu-0.7.0/i386-user' make: *** [all] Error 1 [root@WmainLinux qemu-0.7.0]# ------=_NextPart_000_0020_01C5553E.F5A9DAD0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
For whatever it is worth I get the following errors = trying to=20 compile qemu with kqemu on a Fedora Core 3 system.  This system has = been=20 modified to install Eciplse and GCC 4.0 from Fedora Core 4 test 2, but = is=20 otherwise a Fedora Core 3 system.
 
 
[root@WmainLinux qemu-0.7.0]# ./configure
Install = prefix    /usr/local
BIOS directory   =20 /usr/local/share/qemu
binary directory  /usr/local/bin
Manual = directory  /usr/local/share/man
ELF interp prefix=20 /usr/gnemul/qemu-%M
Source path      =20 /usr/src/qemu-0.7.0
C = compiler       =20 gcc
make          &n= bsp;  =20 make
host CPU         =20 i386
host big endian   no
target=20 list       i386-user arm-user armeb-user=20 sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu=20 x86_64-softmmu
gprof enabled     no
static=20 build      no
SDL=20 support       no
mingw32 = support  =20 no
Adlib support     no
FMOD=20 support      no
kqemu=20 support     yes
 
KQEMU Linux module configuration:
kernel=20 sources    = /lib/modules/2.6.11-1.7_FC3.desktop_3/build
kbuild=20 type       2.6
[root@WmainLinux = qemu-0.7.0]#=20 make
for d in i386-user arm-user armeb-user sparc-user ppc-user = i386-softmmu=20 ppc-softmmu sparc-softmmu x86_64-softmmu; do \
make -C $d all || exit = 1 ;=20 \
        done
make[1]: = Entering=20 directory `/usr/src/qemu-0.7.0/i386-user'
gcc -Wall -O2 -g=20 -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=3D2 = -falign-functions=3D0 -fno-gcse -fno-reorder-blocks = -fno-optimize-sibling-calls=20 -I. -I/usr/src/qemu-0.7.0/target-i386 -I/usr/src/qemu-0.7.0=20 -I/usr/src/qemu-0.7.0/linux-user -I/usr/src/qemu-0.7.0/linux-user/i386=20 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE=20 -I/usr/src/qemu-0.7.0/fpu -I/usr/src/qemu-0.7.0/slirp -c -o op.o=20 /usr/src/qemu-0.7.0/target-i386/op.c
/usr/src/qemu-0.7.0/target-i386/o= ps_sse.h:=20 In function = =91op_pshufw_mmx=92:
/usr/src/qemu-0.7.0/target-i386/ops_sse.h:574:=20 error: unable to find a register to spill in class=20 =91GENERAL_REGS=92
/usr/src/qemu-0.7.0/target-i386/ops_sse.h:574: = error: this is=20 the insn:
(insn:HI 18 17 19 0 = /usr/src/qemu-0.7.0/target-i386/ops_sse.h:569=20 (set (strict_low_part (subreg:HI (reg/v:DI 63 [ r ])=20 0))
        (mem/s/j:HI (plus:SI = (mult:SI=20 (reg:SI=20 64)
           =         =20 (const_int 2=20 [0x2]))
          &n= bsp;    =20 (reg/v/f:SI 59 [ s ])) [0 <variable>._w S2 A16])) 41 = {*movstricthi_1}=20 (insn_list:REG_DEP_TRUE 16 (insn_list:REG_DEP_TRUE 12 = (insn_list:REG_DEP_TRUE 53=20 (nil))))
    (expr_list:REG_DEAD (reg:SI=20 64)
       =20 (nil)))
/usr/src/qemu-0.7.0/target-i386/ops_sse.h:574: confused by = earlier=20 errors, bailing out
make[1]: *** [op.o] Error 1
make[1]: Leaving = directory=20 `/usr/src/qemu-0.7.0/i386-user'
make: *** [all] Error = 1
[root@WmainLinux=20 qemu-0.7.0]#
------=_NextPart_000_0020_01C5553E.F5A9DAD0--