From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19jzw1-00024n-F7 for qemu-devel@nongnu.org; Tue, 05 Aug 2003 07:24:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19jzvU-0001pN-KU for qemu-devel@nongnu.org; Tue, 05 Aug 2003 07:24:55 -0400 Received: from [62.53.231.6] (helo=a.frontend.um.mediaways.net) by monty-python.gnu.org with smtp (Exim 4.20) id 19jzqZ-0008LH-AV for qemu-devel@nongnu.org; Tue, 05 Aug 2003 07:19:19 -0400 Received: from puck.petig-baender.de ([192.168.234.11] helo=petig-baender.de ident=christof) by gateway.petig-baender.de with esmtp (Exim 3.35 #1 (Debian)) id 19jzqP-0006Ya-00 for ; Tue, 05 Aug 2003 13:19:09 +0200 Message-ID: <3F2F9294.80800@petig-baender.de> Date: Tue, 05 Aug 2003 13:18:44 +0200 From: Christof Petig MIME-Version: 1.0 Subject: Re: [Qemu-devel] powerpc (debian/sid) woes References: <3F258305.3000303@petig-baender.de> <3F26DFAA.2000508@free.fr> <1059514392.1750.805.camel@jma1.dev.netgem.com> <1059575253.1749.817.camel@jma1.dev.netgem.com> In-Reply-To: <1059575253.1749.817.camel@jma1.dev.netgem.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jocelyn Mayer schrieb: > I compiled a fresh gcc 3.3 tonight. > I've been able to build all qemu emulator targets, > after a cvs update with no problems. > My config is now: > kernel 2.6.0-test1 > glibc 2.2.5 > gcc 3.3 > binutils 1.13 My problem is not that it does not compile with 3.3 (it actually compiles well). If compiled with 3.3 it goes into an endless loop (or ill-instructs with -O1). And I can't go back to 2.95 because 2.95 does not like the new debian kernel headers. Anyway the fact that different kernel headers (2.4.21-powerpc) are shipped with glibc on debian and used during the compilation might be the problem for me. Perhaps I would have had more luck if I either took my 2.4.21 headers or the 2.6.0-test2 headers. I will give it a try (but 2.6.0-test2 does not compile for me [problem with event.c]) gcc-3.3 3.3.1-0rc2 binutils 2.14.90.0.5-0.2 libc6-dev 2.3.1-17.0.2 (which ships some kernel headers) running kernel is 2.4.21-ben2 So my hope was that somebody experienced with ppc on this list might spot that the generated assembler code (see my previous mail) was plain wrong (or wrongly cut out). Christof