<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>竹枝 &#187; 编译</title>
	<atom:link href="http://blog.anyshpm.com/tag/%e7%bc%96%e8%af%91/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.anyshpm.com</link>
	<description>S &#38; H / M</description>
	<lastBuildDate>Wed, 21 Dec 2011 14:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://blog.anyshpm.com/?pushpress=hub'/>
		<item>
		<title>在windows下编译Qemu（动态）</title>
		<link>http://blog.anyshpm.com/2010/03/02/dynamic-compile-qemu-0-12-3-on-windows.html</link>
		<comments>http://blog.anyshpm.com/2010/03/02/dynamic-compile-qemu-0-12-3-on-windows.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:06:23 +0000</pubDate>
		<dc:creator>anyshpm</dc:creator>
				<category><![CDATA[开源]]></category>
		<category><![CDATA[旅程]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[编译]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.anyshpm.com/?p=774</guid>
		<description><![CDATA[在windows下自己编译了把Qemu。 参考http://linuxman.blog.ccidnet.com/blog-htm-do-showone-uid-60710-itemid-4138503-type-blog.html 配置编译环境 MSYS MSYS DTK MinGW zlib SDL configure（&#8211;prefix=/c/Qemu/build） make error /c/Qemu/qemu-0.12.3/pc-bios/optionrom/signrom.sh: line 31: * 512 - 1 : syntax error: operand expected (error token is "* 512 - 1 ") make[1]: *** [multiboot.bin] Error 1 rm multiboot.o multiboot.raw multiboot.img make: *** [romsubdir-optionrom] Error 2 解决方法http://qemu-forum.ipi.fi/viewtopic.php?f=5&#38;t=5216 dd not found. make[1]: *** [multiboot.bin] Error 1 [...]]]></description>
			<content:encoded><![CDATA[<p>在windows下自己编译了把Qemu。</p>
<p style="margin-left: 19pt;">参考<a href="http://linuxman.blog.ccidnet.com/blog-htm-do-showone-uid-60710-itemid-4138503-type-blog.html">http://linuxman.blog.ccidnet.com/blog-htm-do-showone-uid-60710-itemid-4138503-type-blog.html</a></p>
<ul>
<li>
<div>配置编译环境</div>
<ul>
<li>MSYS</li>
<li>MSYS DTK</li>
<li>MinGW</li>
<li>zlib</li>
<li>SDL</li>
</ul>
</li>
<li>configure（&#8211;prefix=/c/Qemu/build）</li>
<li>
<div>make</div>
<ul>
<li>
<div>error</div>
<ul>
<li> <code>/c/Qemu/qemu-0.12.3/pc-bios/optionrom/signrom.sh: line 31: * 512 - 1 : syntax error: operand expected (error token is "* 512 - 1 ")<br />
make[1]: *** [multiboot.bin] Error 1<br />
rm multiboot.o multiboot.raw multiboot.img<br />
make: *** [romsubdir-optionrom] Error 2</code></li>
<li>解决方法<a href="http://qemu-forum.ipi.fi/viewtopic.php?f=5&amp;t=5216">http://qemu-forum.ipi.fi/viewtopic.php?f=5&amp;t=5216</a></li>
<li> <code>dd not found.<br />
make[1]: *** [multiboot.bin] Error 1<br />
rm multiboot.o multiboot.raw multiboot.img<br />
make: *** [romsubdir-optionrom] Error 2</code></li>
<li>
<div>解决方法<a href="http://qemu-forum.ipi.fi/viewtopic.php?f=22&amp;t=5308">http://qemu-forum.ipi.fi/viewtopic.php?f=22&amp;t=5308</a></div>
</li>
</ul>
</li>
</ul>
</li>
<li>
<div>make install</div>
</li>
</ul>
<p>结果：<br />
得到Qemu for Windows 0.12.3。<br />
需要的可以在<a title="下载地址" href="http://storage.live.com/items/163AA9BB6F579337!197?filename=Qemu%20for%20windows%200.12.3.zip" target="_blank">这里下载</a>，下载后把文件后缀名改为zip。</p>
<h3  class="related_post_title">相关文章:</h3><ul class="related_post"><li><a href="http://blog.anyshpm.com/2010/07/24/open-source-in-china.html" title="Open Source in China">Open Source in China</a> (0)</li><li><a href="http://blog.anyshpm.com/2009/11/01/%e5%bc%80%e6%ba%90.html" title="开源">开源</a> (0)</li><li><a href="http://blog.anyshpm.com/2009/06/01/%e4%bc%98%e7%a7%80%e9%a1%b9%e7%9b%ae%e4%bb%8b%e7%bb%8d%ef%bc%9aphppowerpoint.html" title="优秀项目介绍：PHPPowerPoint">优秀项目介绍：PHPPowerPoint</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.anyshpm.com/2010/03/02/dynamic-compile-qemu-0-12-3-on-windows.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

