From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2Ick-0000oT-9c for qemu-devel@nongnu.org; Tue, 31 Aug 2004 20:05:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2Ici-0000o7-FC for qemu-devel@nongnu.org; Tue, 31 Aug 2004 20:05:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2Ici-0000no-28 for qemu-devel@nongnu.org; Tue, 31 Aug 2004 20:05:12 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C2IXa-0002b3-SE for qemu-devel@nongnu.org; Tue, 31 Aug 2004 19:59:55 -0400 Message-ID: <41351076.4000904@gmx.com> Date: Wed, 01 Sep 2004 01:57:42 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: port to netbsd References: <4134FC39.700@ecs.umass.edu> <87hdqjhqp1.fsf@benpfaff.org> <41353613.8080304@fastmail.fm> In-Reply-To: <41353613.8080304@fastmail.fm> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, 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 get exactly the same errors when trying to compile for SPARC64 (both Linux and Solaris10). Giving up. For SPARC32 it helped to use gcc 2.95 or 2.96 instead of gcc3.1/2/3x Curiously enough gcc3.4.1 didn't show this error. Install gcc2.9x into a separate location and try again. While you will get many more warnings and errors, it may help to fix that damn (hopeless) './dyngen -o op.h op.o' bugs. David Howland wrote: > Ben Pfaff wrote: Anyway, it gets somewhat further now, > but stops at the following... > > --------------------------------------------------------------- > /usr/pkg/gcc3/bin/gcc -Wall -O2 -g -fno-strict-aliasing > -fomit-frame-pointe referred-stack-boundary=2 -malign-functions=0 > -I. -I/home/dave/build/qemu-0 target-i386 > -I/home/dave/build/qemu-0.6.0 -D_GNU_SOURCE -I/home/dave/build/ > 0.6.0/slirp -c -o op.o /home/dave/build/qemu-0.6.0/target-i386/op.c > cc1: warning: -malign-functions is obsolete, use -falign-functions > ../dyngen -o op.h op.o > dyngen: ret or jmp expected at the end of op_divb_AL_T0 > gmake[1]: *** [op.h] Error 1 > gmake[1]: Leaving directory `/home/dave/build/qemu-0.6.0/i386-softmmu' > --------------------------------------------------------------- > > This one actually does have me stumped. I don't really see how this is > a NetBSD issue. So...any hints? > thnx,