From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dy4nf-0008Fk-BB for qemu-devel@nongnu.org; Thu, 28 Jul 2005 05:35:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dy4nb-0008DW-Vj for qemu-devel@nongnu.org; Thu, 28 Jul 2005 05:35:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dy4nb-000885-0D for qemu-devel@nongnu.org; Thu, 28 Jul 2005 05:35:31 -0400 Received: from [195.250.128.73] (helo=smtp1.vol.cz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dy4qH-0005rU-LC for qemu-devel@nongnu.org; Thu, 28 Jul 2005 05:38:17 -0400 Received: from [10.0.0.2] (prg-v-6-220.static.adsl.vol.cz [62.177.70.220]) by smtp1.vol.cz (Postfix) with ESMTP id 24D8340272 for ; Thu, 28 Jul 2005 11:26:42 +0200 (CEST) Message-ID: <42E8A4D3.40700@reactos.com> Date: Thu, 28 Jul 2005 11:26:43 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] KQEMU on Win32 (+patch) References: <42E804E2.8000605@reactos.com> <42E827D9.5060609@dblab.ece.ntua.gr> In-Reply-To: <42E827D9.5060609@dblab.ece.ntua.gr> Content-Type: text/plain; charset=ISO-8859-7; 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 Elefterios Stamatogiannakis wrote: > [snip] > >> You can compile it yourself on either Windows machine with MinGW or >> on linux machine with MinGW cross-compiler. > > I tried to compile kqemu with MinGW without luck (although i didn't > push it much). The error was: > > kqemu-win32.o(.text+0x217):kqemu-win32.c: undefined reference to > `_imp__MmMapIoSpace@16' > > Probably it is that i don't have the windows driver development kit. This is common problem. IIRC you need to update the MinGW W32API package. > I'm temporary hosting a set of > >> QEMU / KQEMU 0.7.1 for Windows binaries here: >> http://www.volny.cz/xnavara/qemu-0.7.1.zip. > > > Do these binaries include your latest patches? Yes Best regards, Filip