From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrJH1-000414-N4 for qemu-devel@nongnu.org; Wed, 30 Apr 2008 16:51:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrJGz-0003zF-RO for qemu-devel@nongnu.org; Wed, 30 Apr 2008 16:51:31 -0400 Received: from [199.232.76.173] (port=49639 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrJGz-0003z6-OD for qemu-devel@nongnu.org; Wed, 30 Apr 2008 16:51:29 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JrJGz-0001Rt-89 for qemu-devel@nongnu.org; Wed, 30 Apr 2008 16:51:29 -0400 Message-ID: <035801c8ab03$e8f326c0$0201a8c0@zeug> From: "Sebastian Herbszt" References: <200804301237.m3UCbPGQ008101@bandsman.co.uk> <48186BD0.7090009@bandsman.co.uk> Date: Wed, 30 Apr 2008 22:50:30 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Which compiler to use to compile current SVN 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 >I can't get it to build with gcc3.4: > > make -C i386-softmmu all > make[1]: Entering directory `/home/njh/src/qemu/trunk/i386-softmmu' > > cc34 -Wall -O2 -fno-strict-aliasing -pipe -fno-reorder-blocks -fno-gcse -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels > -fno-align-jumps -fno-align-functions -mpreferred-stack-boundary=2 -fomit-frame-pointer -m32 -I. -I.. -I/home/njh/src/qemu/trunk/target-i386 > -I/home/njh/src/qemu/trunk -MMD -MP -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/njh/src/qemu/trunk/tcg > -I/home/njh/src/qemu/trunk/tcg/i386 -I/home/njh/src/qemu/trunk/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/home/njh/src/qemu/trunk/slirp > -c -o op.o /home/njh/src/qemu/trunk/target-i386/op.c > /home/njh/src/qemu/trunk/target-i386/ops_sse.h: In function `op_pshufw_mmx': > /home/njh/src/qemu/trunk/target-i386/ops_sse.h:597: error: unable to find a register to spill in class `GENERAL_REGS' > /home/njh/src/qemu/trunk/target-i386/ops_sse.h:597: error: this is the insn: > (insn:HI 18 17 20 0 (set (strict_low_part (subreg:HI (reg/v:DI 59 [ r ]) 0)) > (mem/s/j:HI (plus:SI (mult:SI (reg:SI 62) > (const_int 2 [0x2])) > (reg/v/f:SI 61 [ s ])) [0 ._w S2 A16])) 43 {*movstricthi_1} (insn_list 16 (insn_list 12 (insn_list 50 > (nil)))) > (expr_list:REG_DEAD (reg:SI 62) > (nil))) > /home/njh/src/qemu/trunk/target-i386/ops_sse.h:597: confused by earlier errors, bailing out > make[1]: *** [op.o] Error 1 > make[1]: Leaving directory `/home/njh/src/qemu/trunk/i386-softmmu' > make: *** [subdir-i386-softmmu] Error 2 I am getting a similar error with r4290 and gcc-Version 3.3.6 (Debian 1:3.3.6-15) In file included from /qemu/qemu-20080430/target-i386/op.c:433: /qemu/qemu-20080430/target-i386/ops_mem.h: In function `op_ldub_kernel_T0_A0': ../softmmu_header.h:84: error: can't find a register in class `GENERAL_REGS' while reloading `asm' make[1]: *** [op.o] Error 1 make[1]: Leaving directory `/qemu/qemu-20080430/i386-softmmu' make: *** [subdir-i386-softmmu] Error 2 - Sebastian