From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqeP0-0006I9-Lf for qemu-devel@nongnu.org; Mon, 17 Jan 2005 16:27:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqeOi-00066b-6P for qemu-devel@nongnu.org; Mon, 17 Jan 2005 16:27:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqeOg-00064l-Hb for qemu-devel@nongnu.org; Mon, 17 Jan 2005 16:26:50 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cqe9Y-00036j-Ia for qemu-devel@nongnu.org; Mon, 17 Jan 2005 16:11:12 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cqe9X-0006BJ-00 for ; Mon, 17 Jan 2005 22:11:11 +0100 Received: from amarseille-206-1-15-186.w81-49.abo.wanadoo.fr ([81.49.203.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jan 2005 22:11:11 +0100 Received: from daimon55 by amarseille-206-1-15-186.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Jan 2005 22:11:11 +0100 From: Ronald Date: Mon, 17 Jan 2005 22:10:53 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: W2K SP0 Status - mmx build Reply-To: daimon55@free.fr, 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 Le Mon, 17 Jan 2005 15:38:02 -0500, Joe Bogner a écrit : > I'm having trouble executing qemu after compiling on w2k pro. I downloaded > the 0.6.1 source and followed the porting instructions. Everything > compiled (although I had to use SDL-1.2.8-devel because SDL wouldn't > compile). I'm getting a segfault when I run the compiled binary. The > official release of 0.6.1 works fine on my machine (with the same image). > The version I compiled won't even show the BIOS before crashing... > > Here's the GDB results: > > $ gdb qemu.exe > GNU gdb 5.2.1 > Copyright 2002 Free Software Foundation, Inc. GDB is free software, > covered by the GNU General Public License, and you are welcome to change > it and/or distribute copies of it under certain conditions. Type "show > copying" to see the conditions. There is absolutely no warranty for GDB. > Type "show warranty" for details. This GDB was configured as > "i686-pc-mingw32"... (gdb) set args -L c:/progra~1/qemu/bios -hda > c:/virtual/temp.img (gdb) r > Starting program: c:\dev\qemu\qemu-0.6.1\i386-softmmu/qemu.exe -L > c:/progra~1/qe > mu/bios -hda c:/virtual/temp.img > > Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () > (gdb) backtrace > #0 0x00000000 in ?? () > #1 0x0044e414 in cpu_x86_exec (env1=0x0) > at c:/dev/qemu/qemu-0.6.1/cpu-exec.c:540 > > > I also had the same results with the CVS source. My goal is to enable MMX > in the windows build so I can attempt to install MDAC/.NET Framework on my > windows 2000 pro image. My image works great except that I get an access > violation when attempting to install the .NET framework. I read on here > that lack of MMX support could be at fault. > > Does anyone have any suggestions on what I should try? I've been fighting > with this for at least 5 hours.... Or, I'd be grateful if someone could > just create a windows build with MMX enabled (as specified below). > You can try this one (untested): qemu.exe(not stripped) + SDL.dll(stripped) (1576kbytes) http://daimon55.free.fr/qemu/qemu.zip > Thanks, > Joe >