From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpbCU-0007Kf-17 for qemu-devel@nongnu.org; Fri, 03 Apr 2009 00:40:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpbCO-0007Hd-Tb for qemu-devel@nongnu.org; Fri, 03 Apr 2009 00:40:16 -0400 Received: from [199.232.76.173] (port=44030 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpbCO-0007Ha-MT for qemu-devel@nongnu.org; Fri, 03 Apr 2009 00:40:12 -0400 Received: from mail-gx0-f224.google.com ([209.85.217.224]:51172) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpbCO-0002GJ-Bz for qemu-devel@nongnu.org; Fri, 03 Apr 2009 00:40:12 -0400 Received: by gxk24 with SMTP id 24so2013061gxk.10 for ; Thu, 02 Apr 2009 21:40:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5c3e8b1b0904011517v5fa230b5m4e5ed25dbd6be3ee@mail.gmail.com> References: <5c3e8b1b0903282143i47583269pbbd2c50df2449dcc@mail.gmail.com> <5c3e8b1b0903312204v7473a523i3c33bcb676f19ee4@mail.gmail.com> <5c3e8b1b0904011258g389eaf6cvc7c38791f99fd25e@mail.gmail.com> <5c3e8b1b0904011429h5bdf3c3ei949da7d1505b623c@mail.gmail.com> <5c3e8b1b0904011517v5fa230b5m4e5ed25dbd6be3ee@mail.gmail.com> Date: Thu, 2 Apr 2009 21:40:11 -0700 Message-ID: <5c3e8b1b0904022140k6e214491q701e3b2a64b0ee2e@mail.gmail.com> Subject: Re: [Qemu-devel] qemu working openbsd/sparc64 yet? From: Vivek Ayer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 How did you build it without getting an error in sdl.c specifically at X11/Xlib.h? I tried disabling sdl and it built fine, but the images weren't loading, so I thought I'd go with the default options except for the target list. Thanks, Vivek On Wed, Apr 1, 2009 at 3:17 PM, Vivek Ayer wrote: > okay i guess it doesn't build the x86_64 target either. So looks like > I'm stuck with SPARC/Solaris. Can't even install Linux on the SPARC > emulator because MATLAB wouldn't install. > > Vivek > > On Wed, Apr 1, 2009 at 2:29 PM, Vivek Ayer wrote: >> Wait, does openbsd/sparc64 build x86_64 fine? That would be better >> than sparc and sparc64. >> >> Vivek >> >> On Wed, Apr 1, 2009 at 12:58 PM, Vivek Ayer wrote= : >>> Wait...I'm confused. The i386 emulation builds ok? I tried building >>> with all emulation options and it wouldn't build. >>> >>> Suppose I went with your options: ./configure >>> --target-list=3D"sparc-softmmu sparc64-softmmu sparc64-bsd-user >>> >>> This would allow me to emulate which guests exactly? You got Linux to >>> run, but that's Sparc/Linux and MATLAB wouldn't install on that. >>> Because the MATLAB license can only install on Linux (i386), Linux >>> (x86-64), OSX (Intel), Solaris 64, and Windows . So the QEMU install >>> would be limited to emulating openbsd/sparc64, linux/sparc64, >>> linux/sparc, and solaris/opensolaris. >>> >>> Considering the install options, I'm just limited to using Solaris 64, >>> right? Which would I could only run solaris/opensolaris on >>> openbsd/sparc64 to install matlab, right? >>> >>> Just want to make sure, >>> Vivek >>> >>> On Wed, Apr 1, 2009 at 11:42 AM, Blue Swirl wrot= e: >>>> On 4/1/09, Vivek Ayer wrote: >>>>> what were your configure options? I'm getting an error using gmake at >>>>> =A0i386-softmmu. I'm checking out the svn code to see if that's bette= r. >>>>> =A0If you can send me the build that you got working that'd be great.= I >>>>> =A0just need Linux on OpenBSD/sparc64 so I can go ahead and use MATLA= B >>>>> =A0and 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=3D"sparc-softmmu sparc64-softmmu sparc64-bsd= -user" >>>> and I get shell prompt with the sparc-test Linux setup on sparc-softmm= u. >>>> >>>> >>>> >>> >> >