From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lq0cD-0002IL-62 for qemu-devel@nongnu.org; Sat, 04 Apr 2009 03:48:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lq0c9-0002Gb-2K for qemu-devel@nongnu.org; Sat, 04 Apr 2009 03:48:32 -0400 Received: from [199.232.76.173] (port=35944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lq0c8-0002GX-Q9 for qemu-devel@nongnu.org; Sat, 04 Apr 2009 03:48:28 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:46061) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lq0c8-0001gQ-6D for qemu-devel@nongnu.org; Sat, 04 Apr 2009 03:48:28 -0400 Received: by fxm17 with SMTP id 17so1123800fxm.34 for ; Sat, 04 Apr 2009 00:48:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <5c3e8b1b0903282143i47583269pbbd2c50df2449dcc@mail.gmail.com> <5c3e8b1b0903312204v7473a523i3c33bcb676f19ee4@mail.gmail.com> Date: Sat, 4 Apr 2009 10:48:26 +0300 Message-ID: Subject: Re: [Qemu-devel] qemu working openbsd/sparc64 yet? From: Blue Swirl Content-Type: text/plain; charset=UTF-8 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 On 4/1/09, Blue Swirl wrote: > On 4/1/09, Vivek Ayer wrote: > > what were your configure options? I'm getting an error using gmake at > > i386-softmmu. I'm checking out the svn code to see if that's better. > > If you can send me the build that you got working that'd be great. I > > just need Linux on OpenBSD/sparc64 so I can go ahead and use MATLAB > > and Mathematica. > > > I guess those are x86 versions. The i386 emulator does not work on > Sparc because unaligned accesses are not handled yet by the code > generator. But it should build all right. The problem wasn't unaligned accesses after all, but again env (%g5) gets corrupted somewhere. With r6971 I get to the CD boot phase of BIOS.