<?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; gcc</title>
	<atom:link href="http://xinzero.com/tag/gcc/feed" rel="self" type="application/rss+xml" />
	<link>http://xinzero.com</link>
	<description>起于学习，点与应用，一切只为更高效</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>cygwin下载安装gcc</title>
		<link>http://xinzero.com/gcc-on-cygwin-win32.html</link>
		<comments>http://xinzero.com/gcc-on-cygwin-win32.html#comments</comments>
		<pubDate>Mon, 15 Sep 2008 09:14:06 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[gcc]]></category>

		<guid isPermaLink="false">http://xinzero.com/gcc-on-cygwin-win32.html</guid>
		<description><![CDATA[


为在VxWorks上开发gui，用到了minigui，为了编译minigui需要一个linux的编译环境，想到cygwin。曾经在在windows下建立Ethereal开发环境的时候使用过cygwin，但是当时编译用的VC6.0的编译器，所以没有安装gcc。
在cygwin下安装gcc只是选择库的不同，其它操作没有变化，可参考在windows下建立Ethereal开发环境，安装gcc需要
binutils
gcc
gcc-mingw选择这些库的同时可能有其它的库也被选中了，这个不用管了。安装完成后可以在bash中输入命令gcc &#8211;version查看gcc的版本信息。cygwin提供的为3.4.4版本。
PS:本来想写的是在cygwin下配置minigui的编译环境，但是几次尝试都失败了，没有时间论证是否可行了，改成vmware安装ubuntu编译了。
相关文章在windows下建立Ethereal开发环境]]></description>
			<content:encoded><![CDATA[<p>为在VxWorks上开发gui，用到了<a title="minigui" href="http://www.minigui.org/" target="_blank">minigui</a>，为了编译minigui需要一个linux的编译环境，想到<a title="cygwin" href="http://www.cygwin.com/" target="_blank">cygwin</a>。曾经在<a href="http://xinzero.com/setup-ethereal-build-environment-on-windows.html">在windows下建立Ethereal开发环境</a>的时候使用过cygwin，但是当时编译用的VC6.0的编译器，所以没有安装<a href="http://gcc.gnu.org/" target="_blank">gcc</a>。</p>
<p>在cygwin下安装gcc只是选择库的不同，其它操作没有变化，可参考<a href="http://xinzero.com/setup-ethereal-build-environment-on-windows.html">在windows下建立Ethereal开发环境</a>，安装gcc需要</p>
<li>binutils
<li>gcc
<li>gcc-mingw<br />选择这些库的同时可能有其它的库也被选中了，这个不用管了。安装完成后可以在bash中输入命令gcc &#8211;version查看gcc的版本信息。cygwin提供的为3.4.4版本。</li>
<p>PS:本来想写的是在cygwin下配置minigui的编译环境，但是几次尝试都失败了，没有时间论证是否可行了，改成vmware安装ubuntu编译了。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/setup-ethereal-build-environment-on-windows.html" title="在windows下建立Ethereal开发环境">在windows下建立Ethereal开发环境</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/gcc-on-cygwin-win32.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

