From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lp5Or-0001zH-N8 for qemu-devel@nongnu.org; Wed, 01 Apr 2009 14:42:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lp5Om-0001xt-Bz for qemu-devel@nongnu.org; Wed, 01 Apr 2009 14:42:56 -0400 Received: from [199.232.76.173] (port=53258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lp5Om-0001xq-6a for qemu-devel@nongnu.org; Wed, 01 Apr 2009 14:42:52 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:58293) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lp5Ol-0007O8-Sa for qemu-devel@nongnu.org; Wed, 01 Apr 2009 14:42:52 -0400 Received: by fxm17 with SMTP id 17so158389fxm.34 for ; Wed, 01 Apr 2009 11:42:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5c3e8b1b0903312204v7473a523i3c33bcb676f19ee4@mail.gmail.com> References: <5c3e8b1b0903282143i47583269pbbd2c50df2449dcc@mail.gmail.com> <5c3e8b1b0903312204v7473a523i3c33bcb676f19ee4@mail.gmail.com> Date: Wed, 1 Apr 2009 21:42:49 +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, 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. I just use something like ./configure --target-list="sparc-softmmu sparc64-softmmu sparc64-bsd-user" and I get shell prompt with the sparc-test Linux setup on sparc-softmmu.