<?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>评论：在Ubuntu下编程开发配置Tips</title>
	<atom:link href="http://www.CasparAnt.com/ubuntu-configuration-appendix.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html</link>
	<description>Life beyond Linux and Programming</description>
	<lastBuildDate>Sat, 04 Sep 2010 04:45:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：Ant</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-696</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 24 Nov 2008 13:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-696</guid>
		<description>@yunai, 第二行第四行开头是TAB，不是空格。</description>
		<content:encoded><![CDATA[<p>@yunai, 第二行第四行开头是TAB，不是空格。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：yunai</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-695</link>
		<dc:creator>yunai</dc:creator>
		<pubDate>Mon, 24 Nov 2008 13:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-695</guid>
		<description>@Ant, 这样阿。。我明白了..
不好意思，问一个很白痴的问题：
我就用了两个文件：yunai.c  和yunai.h
makefile如下：
#yunai
yunai:yunai.o
    gcc -o yunai yunai.o
yunai.o:yunai.c yunai.h
    gcc -c yunai.c -o yunai.o
怎么就不行呢？
yunai@yunai-laptop:/media/disk$ make
makefile:3: *** 遗漏分隔符 。 停止。</description>
		<content:encoded><![CDATA[<p>@Ant, 这样阿。。我明白了..<br />
不好意思，问一个很白痴的问题：<br />
我就用了两个文件：yunai.c  和yunai.h<br />
makefile如下：<br />
#yunai<br />
yunai:yunai.o<br />
    gcc -o yunai yunai.o<br />
yunai.o:yunai.c yunai.h<br />
    gcc -c yunai.c -o yunai.o<br />
怎么就不行呢？<br />
yunai@yunai-laptop:/media/disk$ make<br />
makefile:3: *** 遗漏分隔符 。 停止。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ant</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-693</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Sat, 22 Nov 2008 02:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-693</guid>
		<description>@yunai, 写手机软件和做嵌入式开发应该是两个概念。手机软件一般的开发流程是用J2ME或者其他公司提供的API写程序，这和平时写PC程序没有太大区别。写完后在模拟器上调试运行最后打包放到手机上跑就行了；嵌入式开发是指给嵌入式设备写驱动，这随时要调用设备的硬件中断，需要大量的汇编和C。</description>
		<content:encoded><![CDATA[<p>@yunai, 写手机软件和做嵌入式开发应该是两个概念。手机软件一般的开发流程是用J2ME或者其他公司提供的API写程序，这和平时写PC程序没有太大区别。写完后在模拟器上调试运行最后打包放到手机上跑就行了；嵌入式开发是指给嵌入式设备写驱动，这随时要调用设备的硬件中断，需要大量的汇编和C。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：yunai</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-692</link>
		<dc:creator>yunai</dc:creator>
		<pubDate>Sat, 22 Nov 2008 02:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-692</guid>
		<description>@Ant, 那你用什么写手机软件的？</description>
		<content:encoded><![CDATA[<p>@Ant, 那你用什么写手机软件的？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Ant</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-691</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-691</guid>
		<description>@yunai, 8.04的emacs应该可以装上啊，我以前装过。不过我是VI用户，所以emacs我没怎么使用过。
嵌入式我基本上不懂，开发环境一般都是gcc+gdb+vi，我见过的一些嵌入式开发都是要连接开发板编程的，不过因为不了解，我也不确定是不是一定要开发板才行。</description>
		<content:encoded><![CDATA[<p>@yunai, 8.04的emacs应该可以装上啊，我以前装过。不过我是VI用户，所以emacs我没怎么使用过。<br />
嵌入式我基本上不懂，开发环境一般都是gcc+gdb+vi，我见过的一些嵌入式开发都是要连接开发板编程的，不过因为不了解，我也不确定是不是一定要开发板才行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：yunai</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-690</link>
		<dc:creator>yunai</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-690</guid>
		<description>今天发现你的网站在google搜索caspar的首位。。。
今天刚把gcc和gdb等基本命令走了一下.我的8.04 emacs居然装不上！！不稳定版！！
搭建嵌入式编译环境可以说一下吗？一定需要硬件环境（开发板）吗？</description>
		<content:encoded><![CDATA[<p>今天发现你的网站在google搜索caspar的首位。。。<br />
今天刚把gcc和gdb等基本命令走了一下.我的8.04 emacs居然装不上！！不稳定版！！<br />
搭建嵌入式编译环境可以说一下吗？一定需要硬件环境（开发板）吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Caspar Ant - Life beyond Linux and Programming &#187; Blog Archive &#187; [Ubuntu配置系列之四]Ubuntu 8.04 粗粒度配置</title>
		<link>http://www.CasparAnt.com/ubuntu-configuration-appendix.html/comment-page-1#comment-689</link>
		<dc:creator>Caspar Ant - Life beyond Linux and Programming &#187; Blog Archive &#187; [Ubuntu配置系列之四]Ubuntu 8.04 粗粒度配置</dc:creator>
		<pubDate>Fri, 21 Nov 2008 00:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.casparant.com/?p=193#comment-689</guid>
		<description>[...] Ubuntu 7.10 配置参考 Ubuntu配置补遗 [...]</description>
		<content:encoded><![CDATA[<p>[...] Ubuntu 7.10 配置参考 Ubuntu配置补遗 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
