From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2TRH-0007ZR-P8 for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:38:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2TRF-0007Y4-V7 for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:38:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2TRF-0007XV-IB for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:38:05 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C2TKj-0007CH-Me for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:31:22 -0400 Received: from [66.111.4.30] (helo=frontend1.messagingengine.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1C2J4d-0005MP-Pe for qemu-devel@nongnu.org; Tue, 31 Aug 2004 20:34:03 -0400 Received: from [192.168.0.2] (h00500483e41d.ne.client2.attbi.com [65.96.126.182]) by frontend1.messagingengine.com (Postfix) with ESMTP id 66650C152E6 for ; Tue, 31 Aug 2004 20:34:01 -0400 (EDT) Message-ID: <41354363.8060700@fastmail.fm> Date: Tue, 31 Aug 2004 20:34:59 -0700 From: David Howland 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> <41351076.4000904@gmx.com> In-Reply-To: <41351076.4000904@gmx.com> Content-Type: text/plain; charset=us-ascii; format=flowed 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: , To: qemu-devel@nongnu.org Bochnig, Martin wrote: > I get exactly the same errors when trying to compile for SPARC64 (both > Linux and Solaris10). > Giving up. Looks like I'm going to aswell. > > 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. > Sounds like a stretch... Maybe I should wait until qemu matures a little more before I play the porting game. Is this dyngen something that can be upgraded/replaced? -d