<?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: GNUARM for ARM microcontrollers</title>
	<atom:link href="http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/</link>
	<description>ScienceProg serves scientific, embedded, biomedical engineering, physics based contents. If you want your article or scientific project to be on this site, do not hesitate to contact.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:33:17 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Microcontroller Projects &#187; Blog Archiv &#187; Build Your Own ARM Cross Compiler Toolchain</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-32</link>
		<dc:creator>Microcontroller Projects &#187; Blog Archiv &#187; Build Your Own ARM Cross Compiler Toolchain</dc:creator>
		<pubDate>Wed, 07 Jul 2010 04:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-32</guid>
		<description>[...] only for Linux users. For Windows users, there have the installer executable EXE files already. www.scienceprog.comhas a tutorial on setting up this tool on Windows environment.  Get the sources I will demonstrate [...]</description>
		<content:encoded><![CDATA[<p>[...] only for Linux users. For Windows users, there have the installer executable EXE files already. <a href="http://www.scienceprog.comhas" rel="nofollow">http://www.scienceprog.comhas</a> a tutorial on setting up this tool on Windows environment.  Get the sources I will demonstrate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Build Your Own ARM Cross Compiler Toolchain &#124; Embedded</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-31</link>
		<dc:creator>Build Your Own ARM Cross Compiler Toolchain &#124; Embedded</dc:creator>
		<pubDate>Thu, 28 May 2009 22:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-31</guid>
		<description>[...] only for Linux users. For Windows users, there have the installer executable EXE files already. www.scienceprog.com has a tutorial on setting up this tool on Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] only for Linux users. For Windows users, there have the installer executable EXE files already. <a href="http://www.scienceprog.com" rel="nofollow">http://www.scienceprog.com</a> has a tutorial on setting up this tool on Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthikbalaguru</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-30</link>
		<dc:creator>karthikbalaguru</dc:creator>
		<pubDate>Fri, 02 Nov 2007 04:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-30</guid>
		<description>Nice link for setting up arm toolchain in windows environment. :):)

Karthik Balaguru</description>
		<content:encoded><![CDATA[<p>Nice link for setting up arm toolchain in windows environment. <img src='http://www.scienceprog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> :)</p>
<p>Karthik Balaguru</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Build Your Own ARM Cross Compiler Toolchain &#171; Computing Freak</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-29</link>
		<dc:creator>Build Your Own ARM Cross Compiler Toolchain &#171; Computing Freak</dc:creator>
		<pubDate>Sun, 22 Apr 2007 09:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-29</guid>
		<description>[...] toolchain for Linux user. For Windows user, there have the installer executable EXE files already. www.scienceprog.com has a turial on seting up this tool on Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] toolchain for Linux user. For Windows user, there have the installer executable EXE files already. <a href="http://www.scienceprog.com" rel="nofollow">http://www.scienceprog.com</a> has a turial on seting up this tool on Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Mitchell</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-28</link>
		<dc:creator>Ray Mitchell</dc:creator>
		<pubDate>Wed, 19 Jul 2006 00:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-28</guid>
		<description>Thanks for the directions, which I followed.  It wouldn&#039;t make properly so the first thing I had to do was add the path &quot;c:\GNUARM\arm-elf\bin&quot; to the setenv.cmd file so ld, as, etc. could be located.  Once that was done I couldn&#039;t get past the &quot;ld: cannot find -lgcc&quot; error.  I suspect other environment variables must also be manually set, or files moved, or who knows!  It&#039;s probably just me, but everytime I try to set up anything based on GNU in Windows its a battle I usually give up on.  It seems that GNU is for real men, not wimps like me!</description>
		<content:encoded><![CDATA[<p>Thanks for the directions, which I followed.  It wouldn&#8217;t make properly so the first thing I had to do was add the path &#8220;c:\GNUARM\arm-elf\bin&#8221; to the setenv.cmd file so ld, as, etc. could be located.  Once that was done I couldn&#8217;t get past the &#8220;ld: cannot find -lgcc&#8221; error.  I suspect other environment variables must also be manually set, or files moved, or who knows!  It&#8217;s probably just me, but everytime I try to set up anything based on GNU in Windows its a battle I usually give up on.  It seems that GNU is for real men, not wimps like me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scienceprog</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-27</link>
		<dc:creator>scienceprog</dc:creator>
		<pubDate>Mon, 03 Jul 2006 04:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-27</guid>
		<description>You don&#039;t need Cygwin to be installed. GnuARM installer has option to add necessary dll&#039;s. And if you have Cygwin installed I recommend to leave this option selected.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need Cygwin to be installed. GnuARM installer has option to add necessary dll&#8217;s. And if you have Cygwin installed I recommend to leave this option selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickman</title>
		<link>http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-26</link>
		<dc:creator>rickman</dc:creator>
		<pubDate>Mon, 03 Jul 2006 03:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/gnuarm-for-arm-microcontrollers/#comment-26</guid>
		<description>You don&#039;t say anything about requiring Cygwin to be installed already.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t say anything about requiring Cygwin to be installed already.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

