<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Building Qemu 1.1.1-1 for Win32	</title>
	<atom:link href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 24 Aug 2016 22:22:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
	<item>
		<title>
		By: Michele Bucca		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170836</link>

		<dc:creator><![CDATA[Michele Bucca]]></dc:creator>
		<pubDate>Wed, 24 Aug 2016 22:22:58 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-170836</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170823&quot;&gt;neozeed&lt;/a&gt;.

Today i successfully built qemu-2.4.1 using the same toolchain that i used to build this]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170823">neozeed</a>.</p>
<p>Today i successfully built qemu-2.4.1 using the same toolchain that i used to build this</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170823</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 24 Aug 2016 15:46:27 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-170823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170806&quot;&gt;Michele Bucca&lt;/a&gt;.

I doubt it&#039;ll build anywhere near as cleanly as qemu has become heavily linux/glib2 dependent.... it may be easier to cross build it from Linux.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170806">Michele Bucca</a>.</p>
<p>I doubt it&#8217;ll build anywhere near as cleanly as qemu has become heavily linux/glib2 dependent&#8230;. it may be easier to cross build it from Linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michele Bucca		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170806</link>

		<dc:creator><![CDATA[Michele Bucca]]></dc:creator>
		<pubDate>Wed, 24 Aug 2016 06:45:30 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-170806</guid>

					<description><![CDATA[ok, I&#039;m trying to compile qemu-2.7.0-rc4 using this tutorial and a lot of other packages need to be installed with mingw-get
- automake
- autoconf
- libtool
When I extract the source tar miserably fails to make a couple of symbolik lynks
.1) /qemu-src/roms/u-boot/tools/patman/patman -&#062; /qemu-src/roms/u-boot/tools/patman/patman.py
2) /qemu-src/roms/u-boot/tools/buildman/buildman -&#062; /qemu-src/roms/u-boot/tools/buildman/buildman.py

when I compile the program I get this error
C:/MinGW/include/glib-2.0/glib/gmem.h:70:7: note: expected &#039;gpointer&#039; but argument is of type &#039;int&#039;
 void  g_free           (gpointer  mem);
       ^
make: *** [qga/commands-win32.o] Error 1

this is my configure command (all in one line of course)

$ ../qemu-2.7.0-rc4/configure --target-list=i386-softmmu --prefix=./Qemu-2.7.0-r4_win32/ --docdir=./Qemu-2.7.0-r4_win32/Doc --with-confsuffix=/Bios --cc=gcc --cxx=g++ --disable-werror

I&#039;m building out of source tree]]></description>
			<content:encoded><![CDATA[<p>ok, I&#8217;m trying to compile qemu-2.7.0-rc4 using this tutorial and a lot of other packages need to be installed with mingw-get<br />
&#8211; automake<br />
&#8211; autoconf<br />
&#8211; libtool<br />
When I extract the source tar miserably fails to make a couple of symbolik lynks<br />
.1) /qemu-src/roms/u-boot/tools/patman/patman -&gt; /qemu-src/roms/u-boot/tools/patman/patman.py<br />
2) /qemu-src/roms/u-boot/tools/buildman/buildman -&gt; /qemu-src/roms/u-boot/tools/buildman/buildman.py</p>
<p>when I compile the program I get this error<br />
C:/MinGW/include/glib-2.0/glib/gmem.h:70:7: note: expected &#8216;gpointer&#8217; but argument is of type &#8216;int&#8217;<br />
 void  g_free           (gpointer  mem);<br />
       ^<br />
make: *** [qga/commands-win32.o] Error 1</p>
<p>this is my configure command (all in one line of course)</p>
<p>$ ../qemu-2.7.0-rc4/configure &#8211;target-list=i386-softmmu &#8211;prefix=./Qemu-2.7.0-r4_win32/ &#8211;docdir=./Qemu-2.7.0-r4_win32/Doc &#8211;with-confsuffix=/Bios &#8211;cc=gcc &#8211;cxx=g++ &#8211;disable-werror</p>
<p>I&#8217;m building out of source tree</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michele Bucca		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-170783</link>

		<dc:creator><![CDATA[Michele Bucca]]></dc:creator>
		<pubDate>Tue, 23 Aug 2016 17:42:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-170783</guid>

					<description><![CDATA[I&#039;ve compiled Qemu 2.7.0-rc1 on Windows XP using Cygwin (I installed all the development section to avoid the hunting of dependencies) and the build was successful, however I cannot run Qemu on Wine and on Windows XP but only on Windows 7 and ongoing because it asks me a lot of dlls that are not present in Windows XP, bcrypt.dll is one of those. Your build works absolutely fine.
I guess this is caused by the version of GTK that I&#039;m using. on GTK&#039;s website you can read: 
&quot;The current GTK+ stack uses APIs that are available only on Windows Vista or later.
If you require builds for unsupported versions of Windows, you should do a custom build of an older version of GLib and GTK+.&quot;
It talks about GLib 2.48 and I have Glib 2.49 installed with Cygwin. Can you explain me where did you download and Install msys? I installed the packages from www.mingw.org. How long does it take to compile GLib under a virtual machine? Someone says even more than 7 hours. I really need some help. I wasted a lot of time for this. I found these packages on the Qemu wiki page that talks about cross compiling the emulator. How do I install them?

See:
http://wiki.qemu.org/Hosts/W32#Libraries_.28also_needed_for_cross_builds.29]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve compiled Qemu 2.7.0-rc1 on Windows XP using Cygwin (I installed all the development section to avoid the hunting of dependencies) and the build was successful, however I cannot run Qemu on Wine and on Windows XP but only on Windows 7 and ongoing because it asks me a lot of dlls that are not present in Windows XP, bcrypt.dll is one of those. Your build works absolutely fine.<br />
I guess this is caused by the version of GTK that I&#8217;m using. on GTK&#8217;s website you can read:<br />
&#8220;The current GTK+ stack uses APIs that are available only on Windows Vista or later.<br />
If you require builds for unsupported versions of Windows, you should do a custom build of an older version of GLib and GTK+.&#8221;<br />
It talks about GLib 2.48 and I have Glib 2.49 installed with Cygwin. Can you explain me where did you download and Install msys? I installed the packages from <a href="http://www.mingw.org" rel="nofollow ugc">http://www.mingw.org</a>. How long does it take to compile GLib under a virtual machine? Someone says even more than 7 hours. I really need some help. I wasted a lot of time for this. I found these packages on the Qemu wiki page that talks about cross compiling the emulator. How do I install them?</p>
<p>See:<br />
<a href="http://wiki.qemu.org/Hosts/W32#Libraries_.28also_needed_for_cross_builds.29" rel="nofollow ugc">http://wiki.qemu.org/Hosts/W32#Libraries_.28also_needed_for_cross_builds.29</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33937</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 19:20:59 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-33937</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33929&quot;&gt;Luis Figueiredo&lt;/a&gt;.

cool, I&#039;d recommend altering the SDL keyboard code to add control+alt+d to do a CAD... NT is unusable in Qemu without that.. and control+alt+r for a reset helps pesky MS-DOS as well... Oh and don&#039;t forget to enable the sound blaster &amp; Adlib, and &#039;fix&#039; the NE2000 to use IRQ 10, since Qemu can&#039;t share IRQ 9 anymore.....]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33929">Luis Figueiredo</a>.</p>
<p>cool, I&#8217;d recommend altering the SDL keyboard code to add control+alt+d to do a CAD&#8230; NT is unusable in Qemu without that.. and control+alt+r for a reset helps pesky MS-DOS as well&#8230; Oh and don&#8217;t forget to enable the sound blaster &#038; Adlib, and &#8216;fix&#8217; the NE2000 to use IRQ 10, since Qemu can&#8217;t share IRQ 9 anymore&#8230;..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luis Figueiredo		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33929</link>

		<dc:creator><![CDATA[Luis Figueiredo]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 17:58:06 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-33929</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33815&quot;&gt;neozeed&lt;/a&gt;.

Yes i&#039;m familiar with SDL..

i finally been able to build it, not that hard after know :),  i did the mingw method, just installed it and unarchived the gtk+ inside it, and voila, the only issue i had was in configure --static, wasn&#039;t finding the zlib in static mode, but it turns out i just had to rename libz.dll.a to libz.a 

life brazil, well depends can be good in certain locations, but generally there are high taxes wich sucks, but some ppl can live with it ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33815">neozeed</a>.</p>
<p>Yes i&#8217;m familiar with SDL..</p>
<p>i finally been able to build it, not that hard after know :),  i did the mingw method, just installed it and unarchived the gtk+ inside it, and voila, the only issue i had was in configure &#8211;static, wasn&#8217;t finding the zlib in static mode, but it turns out i just had to rename libz.dll.a to libz.a </p>
<p>life brazil, well depends can be good in certain locations, but generally there are high taxes wich sucks, but some ppl can live with it 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33815</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 18:05:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-33815</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33806&quot;&gt;Luis Figueiredo&lt;/a&gt;.

oh wow that is ancient, 0.9! .. although that train did have good ISA emulation, good enough to run Novell Netware! .. 

SDL is used for graphics, keyboard and sound.. 

I always hear Brazil is nice to visit, but rough to live in.. I guess we&#039;ll find out with the build up to the world cup!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33806">Luis Figueiredo</a>.</p>
<p>oh wow that is ancient, 0.9! .. although that train did have good ISA emulation, good enough to run Novell Netware! .. </p>
<p>SDL is used for graphics, keyboard and sound.. </p>
<p>I always hear Brazil is nice to visit, but rough to live in.. I guess we&#8217;ll find out with the build up to the world cup!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luis Figueiredo		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33806</link>

		<dc:creator><![CDATA[Luis Figueiredo]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 17:08:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-33806</guid>

					<description><![CDATA[i was testing around with &quot;configure --static&quot; which even in msys or cygwin it compiles statically i guess, the .exe will be big, but that&#039;s expected.. my problems are the gcc versions on cygwin 
one doesn&#039;t support &quot;__thread&quot; keyword the other just doesn&#039;t detect as it is gcc4


but I actually found something...

https://sites.google.com/site/qemuwin/

it seems that only requires a sdl.dll which i wont use it since i will not start in a separate window, but unfortunately isn&#039;t a newer version.. but i guess it will do it for now..

i&#039;m currently living in brasil (i&#039;m portuguese) and its a great country ;).. Obrigado again]]></description>
			<content:encoded><![CDATA[<p>i was testing around with &#8220;configure &#8211;static&#8221; which even in msys or cygwin it compiles statically i guess, the .exe will be big, but that&#8217;s expected.. my problems are the gcc versions on cygwin<br />
one doesn&#8217;t support &#8220;__thread&#8221; keyword the other just doesn&#8217;t detect as it is gcc4</p>
<p>but I actually found something&#8230;</p>
<p><a href="https://sites.google.com/site/qemuwin/" rel="nofollow ugc">https://sites.google.com/site/qemuwin/</a></p>
<p>it seems that only requires a sdl.dll which i wont use it since i will not start in a separate window, but unfortunately isn&#8217;t a newer version.. but i guess it will do it for now..</p>
<p>i&#8217;m currently living in brasil (i&#8217;m portuguese) and its a great country ;).. Obrigado again</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33748</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 13 Feb 2013 21:57:28 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-33748</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33747&quot;&gt;Luis Figueiredo&lt;/a&gt;.

Building Qemu can be somewhat involved.. going the static route is quite hard on Win32 as later versions of GCC tend to require you pull in other DLL&#039;s.. which in its own can be quite vexing.

If you look on my &lt;a href=&quot;http://vpsland.superglobalmegacorp.com/install/&quot; rel=&quot;nofollow&quot;&gt;vpsland&lt;/a&gt; site, there is quite a few binaries and stuff to dig through....

If you like installable packages, check out my old &lt;a href=&quot;http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.4/386BSD-0.1.exe/download&quot; rel=&quot;nofollow&quot;&gt;386 BSD&lt;/a&gt; thing.. the NSIS source should be in there as well.

Oh and although not that Portugese per say, but a friend from Brazil first showed me Qemu soo.. :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33747">Luis Figueiredo</a>.</p>
<p>Building Qemu can be somewhat involved.. going the static route is quite hard on Win32 as later versions of GCC tend to require you pull in other DLL&#8217;s.. which in its own can be quite vexing.</p>
<p>If you look on my <a href="http://vpsland.superglobalmegacorp.com/install/" rel="nofollow">vpsland</a> site, there is quite a few binaries and stuff to dig through&#8230;.</p>
<p>If you like installable packages, check out my old <a href="http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.4/386BSD-0.1.exe/download" rel="nofollow">386 BSD</a> thing.. the NSIS source should be in there as well.</p>
<p>Oh and although not that Portugese per say, but a friend from Brazil first showed me Qemu soo.. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luis Figueiredo		</title>
		<link>https://virtuallyfun.com/2012/07/31/building-qemu-1-1-1-1-for-win32/comment-page-1/#comment-33747</link>

		<dc:creator><![CDATA[Luis Figueiredo]]></dc:creator>
		<pubDate>Wed, 13 Feb 2013 21:52:34 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2237#comment-33747</guid>

					<description><![CDATA[Im trying to find a staticly compiled .exe for target i386 emulation i tried to compile myself but it seems gcc versions on cygwin are incompatible someway with qemu, even tried with mingw binaries, cross compiling but there&#039;s always some issues.. the goal is to have a single .exe (bloated but is ok) independent of any other dll&#039;s for portable (clean) use if someone achieved this can please post a link of actual binary? meanwhile i&#039;ll try to run step by step any tuts i find and if achieved i&#039;ll post it myself 

(funny i&#039;m actually portuguese also and im just googling for qemu) as he said.. Obrigado!]]></description>
			<content:encoded><![CDATA[<p>Im trying to find a staticly compiled .exe for target i386 emulation i tried to compile myself but it seems gcc versions on cygwin are incompatible someway with qemu, even tried with mingw binaries, cross compiling but there&#8217;s always some issues.. the goal is to have a single .exe (bloated but is ok) independent of any other dll&#8217;s for portable (clean) use if someone achieved this can please post a link of actual binary? meanwhile i&#8217;ll try to run step by step any tuts i find and if achieved i&#8217;ll post it myself </p>
<p>(funny i&#8217;m actually portuguese also and im just googling for qemu) as he said.. Obrigado!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
