<?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 for ElectricRock Blog</title>
	<atom:link href="http://www.electricrock.co.nz/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electricrock.co.nz/blog</link>
	<description>Electronic Ramblings</description>
	<lastBuildDate>Wed, 17 Feb 2010 16:56:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using C30 with Piklab by Kemp</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-173</link>
		<dc:creator>Kemp</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-173</guid>
		<description>Scratch that, I&#039;m getting that default linker script error as posted by someone else above. v3.23 of everything with the Lite (academic) compiler. Also occurs with the the p24FJ64GA002.gld linker script selected instead of the default one. Did anyone find a consistently working resolution for this?</description>
		<content:encoded><![CDATA[<p>Scratch that, I&#8217;m getting that default linker script error as posted by someone else above. v3.23 of everything with the Lite (academic) compiler. Also occurs with the the p24FJ64GA002.gld linker script selected instead of the default one. Did anyone find a consistently working resolution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C30 with Piklab by Kemp</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-171</link>
		<dc:creator>Kemp</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-171</guid>
		<description>Compiling for PIC24F seems to work fine with instructions as given and v3.23 of Microchip&#039;s side of things. Will report back on programming soon.</description>
		<content:encoded><![CDATA[<p>Compiling for PIC24F seems to work fine with instructions as given and v3.23 of Microchip&#8217;s side of things. Will report back on programming soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Microchip&#8217;s C30 Compiler v3.20 on Ubuntu 9.10 by Kemp</title>
		<link>http://www.electricrock.co.nz/blog/2010/01/building-c30-v32/comment-page-1/#comment-170</link>
		<dc:creator>Kemp</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=87#comment-170</guid>
		<description>Build process confirmed to work for 3.23. The names for files on the Microchip website are slightly different now, but it&#039;s fairly easy to spot what you need.</description>
		<content:encoded><![CDATA[<p>Build process confirmed to work for 3.23. The names for files on the Microchip website are slightly different now, but it&#8217;s fairly easy to spot what you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Microchip&#8217;s C Compiler for PIC24 MCUs and dsPIC DSCs (C30) on Ubuntu 9.04 by matt</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/installing-microchips-c-compiler-for-pic24-mcus-and-dspic-dscs-c30-on-ubuntu-9-04/comment-page-1/#comment-129</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=3#comment-129</guid>
		<description>Hi Marc.  I think you can solve this by creating a link to c30_device.info in your $C30INSTALL/bin directory.  If this doesn&#039;t work for you, then you can try adding the -mresource argument on the commandline.  If you were running gcc directly from the commandline (e.g. running $C30INSTALL/bin/pic30-coff-gcc -mcpu=30F4013  -o test test.c) you would just add in the -mresource argument, giving you &#039;$C30INSTALL/bin/pic30-coff-gcc -mcpu=30F4013 -mresource=$C30INSTALL/info/c30_device.info  -o test test.c&#039;.

If you are using a GUI, how you add this is dependent on the application you&#039;re using. If you&#039;re using Piklab look here: http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab</description>
		<content:encoded><![CDATA[<p>Hi Marc.  I think you can solve this by creating a link to c30_device.info in your $C30INSTALL/bin directory.  If this doesn&#8217;t work for you, then you can try adding the -mresource argument on the commandline.  If you were running gcc directly from the commandline (e.g. running $C30INSTALL/bin/pic30-coff-gcc -mcpu=30F4013  -o test test.c) you would just add in the -mresource argument, giving you &#8216;$C30INSTALL/bin/pic30-coff-gcc -mcpu=30F4013 -mresource=$C30INSTALL/info/c30_device.info  -o test test.c&#8217;.</p>
<p>If you are using a GUI, how you add this is dependent on the application you&#8217;re using. If you&#8217;re using Piklab look here: <a href="http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab" rel="nofollow">http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Microchip&#8217;s C Compiler for PIC24 MCUs and dsPIC DSCs (C30) on Ubuntu 9.04 by Marc Michels</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/installing-microchips-c-compiler-for-pic24-mcus-and-dspic-dscs-c30-on-ubuntu-9-04/comment-page-1/#comment-127</link>
		<dc:creator>Marc Michels</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=3#comment-127</guid>
		<description>Followed your guide and succesfully installed V3.22 on Gentoo. Great write-up!!

Ran into the &quot;Provide a recource file&quot; error and now I&#039;m puzzled. What do you mean by: 

To solve this add -mresource=$C30INSTALL/info/c30_device.info  to your GCC command line.

How do you add to a GCC command line, especially in a GUI?

I&#039;m quite sure I linked everything correctly so I doubt it&#039;s that.</description>
		<content:encoded><![CDATA[<p>Followed your guide and succesfully installed V3.22 on Gentoo. Great write-up!!</p>
<p>Ran into the &#8220;Provide a recource file&#8221; error and now I&#8217;m puzzled. What do you mean by: </p>
<p>To solve this add -mresource=$C30INSTALL/info/c30_device.info  to your GCC command line.</p>
<p>How do you add to a GCC command line, especially in a GUI?</p>
<p>I&#8217;m quite sure I linked everything correctly so I doubt it&#8217;s that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C30 with Piklab by matt</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-125</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-125</guid>
		<description>Hey, sorry about the delay replying, I am in the US attending a conference. Not sure about libgcc, I have never had issues with it. Do you need it to build the c30 compiler, or to build firmware with the c30 compiler?

Also, on a side node I found out how I solved previously solved the syntax error in the linker scripts.  I was just looking through an old project, in which I had copied over the linker script and had just deleted the two CRT0_STARTUP and CRT1_STARTUP lines ;).</description>
		<content:encoded><![CDATA[<p>Hey, sorry about the delay replying, I am in the US attending a conference. Not sure about libgcc, I have never had issues with it. Do you need it to build the c30 compiler, or to build firmware with the c30 compiler?</p>
<p>Also, on a side node I found out how I solved previously solved the syntax error in the linker scripts.  I was just looking through an old project, in which I had copied over the linker script and had just deleted the two CRT0_STARTUP and CRT1_STARTUP lines <img src='http://www.electricrock.co.nz/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C30 with Piklab by Netfoot</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-118</link>
		<dc:creator>Netfoot</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-118</guid>
		<description>Matt, I can&#039;t seem to find the libgcc library.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Matt, I can&#8217;t seem to find the libgcc library.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C30 with Piklab by matt</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-116</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-116</guid>
		<description>Sweet, glad to hear you&#039;ve made progress :D.  When you say undefined references, do you mean within the PIC peripheral libraries?  I found when I was trying to use I2C with the 30F4013, that support for it was missing from the library.  If this is the case, they supply the sources so you can either recompile the library yourself (by running a two hundred thousand line DOS .BAT script :P -- I was going to write a makefile but never got around to it), or just include the appropriate files into your project.

Anyway, good luck with your project.  I&#039;m gonna be away from the computer for a couple of days but keep us posted with your progress. Cheers</description>
		<content:encoded><![CDATA[<p>Sweet, glad to hear you&#8217;ve made progress <img src='http://www.electricrock.co.nz/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .  When you say undefined references, do you mean within the PIC peripheral libraries?  I found when I was trying to use I2C with the 30F4013, that support for it was missing from the library.  If this is the case, they supply the sources so you can either recompile the library yourself (by running a two hundred thousand line DOS .BAT script <img src='http://www.electricrock.co.nz/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  &#8212; I was going to write a makefile but never got around to it), or just include the appropriate files into your project.</p>
<p>Anyway, good luck with your project.  I&#8217;m gonna be away from the computer for a couple of days but keep us posted with your progress. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C30 with Piklab by Netfoot</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-115</link>
		<dc:creator>Netfoot</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-115</guid>
		<description>Ok, Matt!  With help from some friends (thanks Adam &amp; Peter) I&#039;ve made some progress by adding 

 find . -name &quot;*.y&quot; -o -name &quot;*.l&quot; -exec touch &#039;{}&#039; &#039;;&#039;

just before making binutils.  Still got some errors to deal with (undefined references due to a missing library, it looks like), but not script syntax related.</description>
		<content:encoded><![CDATA[<p>Ok, Matt!  With help from some friends (thanks Adam &amp; Peter) I&#8217;ve made some progress by adding </p>
<p> find . -name &#8220;*.y&#8221; -o -name &#8220;*.l&#8221; -exec touch &#8216;{}&#8217; &#8216;;&#8217;</p>
<p>just before making binutils.  Still got some errors to deal with (undefined references due to a missing library, it looks like), but not script syntax related.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C30 with Piklab by Netfoot</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/using-c30-with-piklab/comment-page-1/#comment-112</link>
		<dc:creator>Netfoot</dc:creator>
		<pubDate>Wed, 20 Jan 2010 02:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=47#comment-112</guid>
		<description>Using &quot;v3.20-Slackware&quot; gets rid of the strange symbols (the word &quot;Slackware&quot; appears instead).  Unfortunately, it doesn&#039;t get rid of the syntax error in line 6...</description>
		<content:encoded><![CDATA[<p>Using &#8220;v3.20-Slackware&#8221; gets rid of the strange symbols (the word &#8220;Slackware&#8221; appears instead).  Unfortunately, it doesn&#8217;t get rid of the syntax error in line 6&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
