From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOzYj-0008Fy-OA for qemu-devel@nongnu.org; Fri, 22 Apr 2005 10:55:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOzYi-0008FR-1x for qemu-devel@nongnu.org; Fri, 22 Apr 2005 10:55:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOzYh-0007CI-MF for qemu-devel@nongnu.org; Fri, 22 Apr 2005 10:55:07 -0400 Received: from [213.131.232.117] (helo=mail4.srv.syswebcom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOzR1-0002T1-UN for qemu-devel@nongnu.org; Fri, 22 Apr 2005 10:47:12 -0400 Received: from localhost (localhost [127.0.0.1]) by mail4.srv.syswebcom.net (Postfix) with ESMTP id 14AE2288BB5 for ; Fri, 22 Apr 2005 16:44:57 +0200 (CEST) Received: from mail4.srv.syswebcom.net ([127.0.0.1]) by localhost (mail4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03488-09 for ; Fri, 22 Apr 2005 16:44:56 +0200 (CEST) Received: from smirftschs.home.tld (p54A93231.dip.t-dialin.net [84.169.50.49]) by mail4.srv.syswebcom.net (Postfix) with ESMTP id 1F23C288C7E for ; Fri, 22 Apr 2005 16:44:56 +0200 (CEST) Date: Fri, 22 Apr 2005 16:50:42 +0200 From: "developer@isl-gbr.de" Subject: Re: [Qemu-devel] X86_64 (AMD64) build segfaults Message-ID: <20050422165042.6da168de@smirftschs.home.tld> In-Reply-To: <200504211601.52827.paul@codesourcery.com> References: <20050421163413.37378212@smirftschs.home.tld> <200504211542.19046.paul@codesourcery.com> <20050421165923.0f4f1185@smirftschs.home.tld> <200504211601.52827.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org ok, just compiled the new gcc4, it doesnt segfault anymore, but i get the following error now: /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c In file included from /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c:22: /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/exec.h: In function 'helper_fldt': /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/exec.h:475: warning: cast to pointer from integer of different size /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/exec.h: In function 'helper_fstt': /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/exec.h:480: warning: cast to pointer from integer of different size /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c: In function 'op_goto_tb0': /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c:1277: warning: cast to pointer from integer of different size /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c: In function 'op_goto_tb1': /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c:1282: warning: cast to pointer from integer of different size ../dyngen -o op.h op.o dyngen: ret or jmp expected at the end of op_bsfw_T0_cc make[1]: *** [op.h] Error 1 make[1]: Leaving directory `/usr/src/emulator/qemu-snapshot-2005-04-21_23/i386-user' make: *** [all] Error 1 root@smirftschs:/usr/src/emulator/qemu-snapshot-2005-04-21_23# any ideas for that ? :) Jochen On Thu, 21 Apr 2005 16:01:52 +0100 Paul Brook wrote: > On Thursday 21 April 2005 15:59, developer@isl-gbr.de wrote: > > i compiled it myself from source, using LFS. Everything else i compiled > > (and this is a complete fully working system now) absolutely without > > trouble. So the probability that the problem lies somewhere whithin qemu is > > very high. (It doesnt work with my old system, which is LFS too, but an > > older gcc and libs too, same error). > > Anything that results in a gcc segfault/Internal Compiler Error is a gcc bug. > I say this as a gcc developer. > > Paul