<?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: Ubuntu Linux内核编译（linux-2.6.24)</title>
	<atom:link href="http://blog.myhnet.cn/2008/03/24/ubuntu-linux%e5%86%85%e6%a0%b8%e7%bc%96%e8%af%91%ef%bc%88linux-2624/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.myhnet.cn/2008/03/24/ubuntu-linux%e5%86%85%e6%a0%b8%e7%bc%96%e8%af%91%ef%bc%88linux-2624/</link>
	<description>秋湍泻石髓 风叶聚云根</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:36:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: myhnet</title>
		<link>http://blog.myhnet.cn/2008/03/24/ubuntu-linux%e5%86%85%e6%a0%b8%e7%bc%96%e8%af%91%ef%bc%88linux-2624/comment-page-1/#comment-8332</link>
		<dc:creator>myhnet</dc:creator>
		<pubDate>Mon, 06 Apr 2009 23:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myhnet.cn/?p=38#comment-8332</guid>
		<description>发错地方了吧</description>
		<content:encoded><![CDATA[<p>发错地方了吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hxiang0278</title>
		<link>http://blog.myhnet.cn/2008/03/24/ubuntu-linux%e5%86%85%e6%a0%b8%e7%bc%96%e8%af%91%ef%bc%88linux-2624/comment-page-1/#comment-8320</link>
		<dc:creator>hxiang0278</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myhnet.cn/?p=38#comment-8320</guid>
		<description>358984016893136</description>
		<content:encoded><![CDATA[<p>358984016893136</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myhnet</title>
		<link>http://blog.myhnet.cn/2008/03/24/ubuntu-linux%e5%86%85%e6%a0%b8%e7%bc%96%e8%af%91%ef%bc%88linux-2624/comment-page-1/#comment-8264</link>
		<dc:creator>myhnet</dc:creator>
		<pubDate>Sun, 05 Apr 2009 10:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myhnet.cn/?p=38#comment-8264</guid>
		<description>最好说明一下你现在用的发行版本以及内核版本号

看看这两个：
http://forum.soft32.com/linux/cross-compilation-error-ftopict336085.html
http://www.linuxforums.org/forum/linux-kernel/22858-make-xconfig-error.html</description>
		<content:encoded><![CDATA[<p>最好说明一下你现在用的发行版本以及内核版本号</p>
<p>看看这两个：<br />
<a href="http://forum.soft32.com/linux/cross-compilation-error-ftopict336085.html" rel="nofollow">http://forum.soft32.com/linux/cross-compilation-error-ftopict336085.html</a><br />
<a href="http://www.linuxforums.org/forum/linux-kernel/22858-make-xconfig-error.html" rel="nofollow">http://www.linuxforums.org/forum/linux-kernel/22858-make-xconfig-error.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wanli</title>
		<link>http://blog.myhnet.cn/2008/03/24/ubuntu-linux%e5%86%85%e6%a0%b8%e7%bc%96%e8%af%91%ef%bc%88linux-2624/comment-page-1/#comment-8253</link>
		<dc:creator>wanli</dc:creator>
		<pubDate>Sun, 05 Apr 2009 07:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myhnet.cn/?p=38#comment-8253</guid>
		<description>make menuconfig  HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c: 在函数‘use_config’中：
scripts/basic/fixdep.c:206: 错误： ‘PATH_MAX’未声明 (在此函数内第一次使用)
scripts/basic/fixdep.c:206: 错误： (即使在一个函数内多次出现，每个未声明的标识符在其
scripts/basic/fixdep.c:206: 错误： 所在的函数内也只报告一次。)
scripts/basic/fixdep.c:206: 警告： 未使用的变量‘s’
scripts/basic/fixdep.c: 在函数‘parse_dep_file’中：
scripts/basic/fixdep.c:306: 错误： ‘PATH_MAX’未声明 (在此函数内第一次使用)
scripts/basic/fixdep.c:306: 警告： 未使用的变量‘s’
make[1]: *** [scripts/basic/fixdep] 错误 1
make: *** [scripts_basic] 错误 2</description>
		<content:encoded><![CDATA[<p>make menuconfig  HOSTCC  scripts/basic/fixdep<br />
scripts/basic/fixdep.c: 在函数‘use_config’中：<br />
scripts/basic/fixdep.c:206: 错误： ‘PATH_MAX’未声明 (在此函数内第一次使用)<br />
scripts/basic/fixdep.c:206: 错误： (即使在一个函数内多次出现，每个未声明的标识符在其<br />
scripts/basic/fixdep.c:206: 错误： 所在的函数内也只报告一次。)<br />
scripts/basic/fixdep.c:206: 警告： 未使用的变量‘s’<br />
scripts/basic/fixdep.c: 在函数‘parse_dep_file’中：<br />
scripts/basic/fixdep.c:306: 错误： ‘PATH_MAX’未声明 (在此函数内第一次使用)<br />
scripts/basic/fixdep.c:306: 警告： 未使用的变量‘s’<br />
make[1]: *** [scripts/basic/fixdep] 错误 1<br />
make: *** [scripts_basic] 错误 2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
