<?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>William Hua的Blog &#187; 编译</title>
	<atom:link href="http://www.williamhua.com/tag/%e7%bc%96%e8%af%91/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williamhua.com</link>
	<description>一个关于生活感悟、新奇见闻、互联网和消费电子的Blog</description>
	<lastBuildDate>Mon, 04 Jul 2011 01:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>如何构建Android 1.5系统映像</title>
		<link>http://www.williamhua.com/2009/04/how-to-build-android-15-system-image/</link>
		<comments>http://www.williamhua.com/2009/04/how-to-build-android-15-system-image/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:05:47 +0000</pubDate>
		<dc:creator>William Hua</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[嵌入式开发]]></category>
		<category><![CDATA[开源技术]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[Sourcecode]]></category>
		<category><![CDATA[构建]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://www.williamhua.com/?p=144</guid>
		<description><![CDATA[上一篇文章讲到<a href="http://www.williamhua.com/2009/04/30/how-to-build-android-15-kernel-image/">如何构建Android的kernel映像</a>，我们都知道，系统要运行起来光有kernel映像是不够的，今天我就来说一说如何构建Android的系统映像。

请先参考<a href="http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/">如何取得Android源代码</a>一文，通过repo来取得当前最新的android主线代码（或者拿名为android-SDK-1.5_r1的tag也无妨）。]]></description>
		<wfw:commentRss>http://www.williamhua.com/2009/04/how-to-build-android-15-system-image/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>如何构建Android 1.5 Linux内核映像</title>
		<link>http://www.williamhua.com/2009/04/how-to-build-android-15-kernel-image/</link>
		<comments>http://www.williamhua.com/2009/04/how-to-build-android-15-kernel-image/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:35:29 +0000</pubDate>
		<dc:creator>William Hua</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[嵌入式开发]]></category>
		<category><![CDATA[开源技术]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[Goldfish]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Sourcecode]]></category>
		<category><![CDATA[模拟器]]></category>
		<category><![CDATA[移植]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://www.williamhua.com/?p=142</guid>
		<description><![CDATA[和一般的Linux系统开发流程一样，Android平台开发的一个很重要的基础工作就是对其内核的编译和移植。本文的目的就在于构建出可以在Android自带的ARM QEMU模拟器上运行的内核映像，希望对于大家做内核的移植和系统构建有帮助。

请先参考我的另一篇文章<a href="http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/">如何取得Android源代码</a>，确保正确地拿到了Android <a href="http://android.git.kernel.org/?p=kernel/common.git;a=summary">kernel/common项目</a>的Goldfish分支（该分支用于构建运行在emulator上的系统内核，而主线则是用于构建运行在实际设备上的内核代码）上的内核代码。另外，需要提醒一下大家的是Android的sourcecode目前只能在Linux或者Mac OS下做交叉编译编译，Windows并没有被支持，以下将以Ubuntu 8.04为Host OS来说明。]]></description>
		<wfw:commentRss>http://www.williamhua.com/2009/04/how-to-build-android-15-kernel-image/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

