<?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>Tue, 10 Aug 2010 03:35:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on DLP-RFID1 library for Linux by matt</title>
		<link>http://www.electricrock.co.nz/blog/2010/02/dlp-rfid1-library-for-linux/comment-page-1/#comment-1467</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 10 Aug 2010 03:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=111#comment-1467</guid>
		<description>Hi Erika,
I written up some information on my &lt;a href=&quot;http://www.electricrock.co.nz/tools/dlp-rfid1-library-for-linux/&quot; rel=&quot;nofollow&quot;&gt;new librfid1 page&lt;/a&gt;. When you say you need to handle it through the FPGA, how are you connecting it to the FPGA? Are you just talking to the RFID1 microcontroller via its serial port?

Anyway, hope the information that I have written up helps. If you need more info, feel free to ask and I&#039;ll do my best to help.

~Matt</description>
		<content:encoded><![CDATA[<p>Hi Erika,<br />
I written up some information on my <a href="http://www.electricrock.co.nz/tools/dlp-rfid1-library-for-linux/" rel="nofollow">new librfid1 page</a>. When you say you need to handle it through the FPGA, how are you connecting it to the FPGA? Are you just talking to the RFID1 microcontroller via its serial port?</p>
<p>Anyway, hope the information that I have written up helps. If you need more info, feel free to ask and I&#8217;ll do my best to help.</p>
<p>~Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DLP-RFID1 library for Linux by Erika</title>
		<link>http://www.electricrock.co.nz/blog/2010/02/dlp-rfid1-library-for-linux/comment-page-1/#comment-1466</link>
		<dc:creator>Erika</dc:creator>
		<pubDate>Mon, 09 Aug 2010 20:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=111#comment-1466</guid>
		<description>Hi Matt,
I bought a dlp-rfid1 too, but in my case  I need to handle it through a FPGA. 
My question is: have you information about the configuration and communication frames?

I would appreciate the help you could give me....

Erika</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
I bought a dlp-rfid1 too, but in my case  I need to handle it through a FPGA.<br />
My question is: have you information about the configuration and communication frames?</p>
<p>I would appreciate the help you could give me&#8230;.</p>
<p>Erika</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by Bert Vermeulen</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1461</link>
		<dc:creator>Bert Vermeulen</dc:creator>
		<pubDate>Sun, 08 Aug 2010 21:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1461</guid>
		<description>I&#039;m getting the same error as Paul, lots of &quot;syntax error before __attribute__&quot; lines. It looks like the C30 V3.23b as compiled by your latest script somehow doesn&#039;t know about __attribute__ directives. I haven&#039;t been successful in working out why :-(</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error as Paul, lots of &#8220;syntax error before __attribute__&#8221; lines. It looks like the C30 V3.23b as compiled by your latest script somehow doesn&#8217;t know about __attribute__ directives. I haven&#8217;t been successful in working out why <img src='http://www.electricrock.co.nz/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by matt</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1299</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 08 Jul 2010 22:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1299</guid>
		<description>Cheers Andrew.  I will look into your issue with using alternative directories. 

I don&#039;t know if MPLAB does anything special in its makefiles, but I have tended to use piklab  which has taken care of the build stages automatically.  I have quickly thrown together a generic Makefile (&lt;a href=&quot;http://www.electricrock.co.nz/blog/microchip-c30/#makefile&quot; rel=&quot;nofollow&quot;&gt;http://www.electricrock.co.nz/blog/microchip-c30/#makefile&lt;/a&gt;), which you could give a shot. I have briefly tested it with an old project I had lying around and it complied successfully. 

In terms of automake, I have little experience with it but I think it&#039;s overkill because you don&#039;t really need automated installing or to deal with building on lots of different systems.</description>
		<content:encoded><![CDATA[<p>Cheers Andrew.  I will look into your issue with using alternative directories. </p>
<p>I don&#8217;t know if MPLAB does anything special in its makefiles, but I have tended to use piklab  which has taken care of the build stages automatically.  I have quickly thrown together a generic Makefile (<a href="http://www.electricrock.co.nz/blog/microchip-c30/#makefile" rel="nofollow">http://www.electricrock.co.nz/blog/microchip-c30/#makefile</a>), which you could give a shot. I have briefly tested it with an old project I had lying around and it complied successfully. </p>
<p>In terms of automake, I have little experience with it but I think it&#8217;s overkill because you don&#8217;t really need automated installing or to deal with building on lots of different systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by Andrew</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1298</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1298</guid>
		<description>Wow, you already fixed it. I don&#039;t use the term &quot;hero&quot; often ... but here ...

Anyhow, I was installing it to /opt/pic30/ as a regular user on Ubuntu 10.04 x86 32bit. It only seemed to work if I commented out the SUDO line and started with a completely empty /tmp/c30, though. 

Now to port all the absolute paths of the MPLAB outputted Makefile into relative paths, and see if it works. Unless you can recommend sort of clever automake setup?</description>
		<content:encoded><![CDATA[<p>Wow, you already fixed it. I don&#8217;t use the term &#8220;hero&#8221; often &#8230; but here &#8230;</p>
<p>Anyhow, I was installing it to /opt/pic30/ as a regular user on Ubuntu 10.04 x86 32bit. It only seemed to work if I commented out the SUDO line and started with a completely empty /tmp/c30, though. </p>
<p>Now to port all the absolute paths of the MPLAB outputted Makefile into relative paths, and see if it works. Unless you can recommend sort of clever automake setup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by matt</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1295</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 07 Jul 2010 21:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1295</guid>
		<description>Paul, I built C30 v3.23b on Ubuntu 10.04 i386 and tried running the test script. However, I haven&#039;t yet been able to replicate this error. I intend to put up some binaries when I have time to make them, which should hopefully mitigate the problem.</description>
		<content:encoded><![CDATA[<p>Paul, I built C30 v3.23b on Ubuntu 10.04 i386 and tried running the test script. However, I haven&#8217;t yet been able to replicate this error. I intend to put up some binaries when I have time to make them, which should hopefully mitigate the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by matt</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1294</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 07 Jul 2010 21:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1294</guid>
		<description>Yeah, sorry for the lack of updates recently, it&#039;s been a busy time for me.  Anyway, I have updated the install script... see &lt;a href=&quot;http://www.electricrock.co.nz/blog/2010/07/updated-c30-build-script-for-c30-v3-23b/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Yeah, sorry for the lack of updates recently, it&#8217;s been a busy time for me.  Anyway, I have updated the install script&#8230; see <a href="http://www.electricrock.co.nz/blog/2010/07/updated-c30-build-script-for-c30-v3-23b/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microchop C30 Compiler for Linux by Updated C30 build script for C30 v3.23b - ElectricRock Blog</title>
		<link>http://www.electricrock.co.nz/blog/microchip-c30/comment-page-1/#comment-1293</link>
		<dc:creator>Updated C30 build script for C30 v3.23b - ElectricRock Blog</dc:creator>
		<pubDate>Wed, 07 Jul 2010 21:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?page_id=118#comment-1293</guid>
		<description>[...] Microchop C30 Compiler for Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] Microchop C30 Compiler for Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by Andrew</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1292</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1292</guid>
		<description>You might need to update your script slightly? they are now on v3.23B, and some of the files aren&#039;t available (unless I just can&#039;t find them).

Distribute binaries ... please? The Windows C30 compiler is so unbearably slow.</description>
		<content:encoded><![CDATA[<p>You might need to update your script slightly? they are now on v3.23B, and some of the files aren&#8217;t available (unless I just can&#8217;t find them).</p>
<p>Distribute binaries &#8230; please? The Windows C30 compiler is so unbearably slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated C30 build script for Ubuntu 10.04 by Paul</title>
		<link>http://www.electricrock.co.nz/blog/2010/05/updated-c30-build-script-for-ubuntu-10-04/comment-page-1/#comment-1256</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 29 Jun 2010 06:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=143#comment-1256</guid>
		<description>Hey matt,

I seem to be having the exact same issue as Mark.
I am using Ubuntu 10.04

$ pic30-coff-gcc --version
pic30-coff-gcc (GCC) 4.0.3 (dsPIC30, Microchip v3.23-Debian) Build date: Jun 29 2010
__C30_VERSION__ == 323
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ uname -a
Linux indiana 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux

Using built-in specs.
Target: pic30-coff
Configured with: ../gcc-4.0.2/gcc-4.0.2/configure --prefix=/usr/local --target=pic30-coff --enable-languages=c
Thread model: single
gcc version 4.0.3 (dsPIC30, Microchip v3.23-Debian) Build date: Jun 29 2010
 /usr/local/bin/../libexec/gcc/pic30-coff/4.0.3/pic30-coff-cc1 -quiet -v -iprefix /usr/local/bin/../lib/gcc/pic30-coff/4.0.3/ test.c -mresource=/usr/local/bin/../lib/gcc/c30_device.info -quiet -dumpbase test.c -mcpu=30f4013 -auxbase test -version -o /tmp/ccnNzez4.s
ignoring nonexistent directory &quot;/usr/local/bin/../lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/sys-include&quot;
ignoring nonexistent directory &quot;/usr/local/bin/../lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/include&quot;
ignoring duplicate directory &quot;/usr/local/lib/gcc/pic30-coff/4.0.3/include&quot;
ignoring nonexistent directory &quot;/usr/local/lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/sys-include&quot;
ignoring nonexistent directory &quot;/usr/local/lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/include&quot;
ignoring nonexistent directory &quot;/usr/local/bin/../lib/gcc/../../pic30-nonfree/include&quot;
ignoring nonexistent directory &quot;/usr/local/bin/../lib/gcc/../../pic30-nonfree/support/generic/h&quot;
ignoring nonexistent directory &quot;/usr/local/bin/../lib/gcc/../../pic30-nonfree/support/dsPIC30F/h&quot;
ignoring nonexistent directory &quot;/usr/local/bin/../lib/gcc/../../pic30-nonfree/support/peripheral_30F_24H_33F&quot;
#include &quot;...&quot; search starts here:
#include  search starts here:
 /usr/local/bin/../lib/gcc/pic30-coff/4.0.3/include
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/include
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/generic/h
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/dsPIC30F/h
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/peripheral_30F_24H_33F
End of search list.
GNU C version 4.0.3 (dsPIC30, Microchip v3.23-Debian) (b) Build date: Jun 29 2010 (pic30-coff)
    compiled by GNU C version 4.4.3.
GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=128098
In file included from test.c:1:
/usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/dsPIC30F/h/p30f4013.h:71: error: syntax error before ‘__attribute__’
.....
/usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/dsPIC30F/h/p30f4013.h:2121: error: syntax error before ‘__attribute__’
test.c: In function ‘main’:
test.c:6: error: syntax error before ‘{’ token</description>
		<content:encoded><![CDATA[<p>Hey matt,</p>
<p>I seem to be having the exact same issue as Mark.<br />
I am using Ubuntu 10.04</p>
<p>$ pic30-coff-gcc &#8211;version<br />
pic30-coff-gcc (GCC) 4.0.3 (dsPIC30, Microchip v3.23-Debian) Build date: Jun 29 2010<br />
__C30_VERSION__ == 323<br />
Copyright (C) 2005 Free Software Foundation, Inc.<br />
This is free software; see the source for copying conditions.  There is NO<br />
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p>
<p>$ gcc &#8211;version<br />
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3<br />
Copyright (C) 2009 Free Software Foundation, Inc.<br />
This is free software; see the source for copying conditions.  There is NO<br />
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p>
<p>$ uname -a<br />
Linux indiana 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux</p>
<p>Using built-in specs.<br />
Target: pic30-coff<br />
Configured with: ../gcc-4.0.2/gcc-4.0.2/configure &#8211;prefix=/usr/local &#8211;target=pic30-coff &#8211;enable-languages=c<br />
Thread model: single<br />
gcc version 4.0.3 (dsPIC30, Microchip v3.23-Debian) Build date: Jun 29 2010<br />
 /usr/local/bin/../libexec/gcc/pic30-coff/4.0.3/pic30-coff-cc1 -quiet -v -iprefix /usr/local/bin/../lib/gcc/pic30-coff/4.0.3/ test.c -mresource=/usr/local/bin/../lib/gcc/c30_device.info -quiet -dumpbase test.c -mcpu=30f4013 -auxbase test -version -o /tmp/ccnNzez4.s<br />
ignoring nonexistent directory &#8220;/usr/local/bin/../lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/sys-include&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/bin/../lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/include&#8221;<br />
ignoring duplicate directory &#8220;/usr/local/lib/gcc/pic30-coff/4.0.3/include&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/sys-include&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/lib/gcc/pic30-coff/4.0.3/../../../../pic30-coff/include&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/bin/../lib/gcc/../../pic30-nonfree/include&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/bin/../lib/gcc/../../pic30-nonfree/support/generic/h&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/bin/../lib/gcc/../../pic30-nonfree/support/dsPIC30F/h&#8221;<br />
ignoring nonexistent directory &#8220;/usr/local/bin/../lib/gcc/../../pic30-nonfree/support/peripheral_30F_24H_33F&#8221;<br />
#include &#8220;&#8230;&#8221; search starts here:<br />
#include  search starts here:<br />
 /usr/local/bin/../lib/gcc/pic30-coff/4.0.3/include<br />
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/include<br />
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/generic/h<br />
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/dsPIC30F/h<br />
 /usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/peripheral_30F_24H_33F<br />
End of search list.<br />
GNU C version 4.0.3 (dsPIC30, Microchip v3.23-Debian) (b) Build date: Jun 29 2010 (pic30-coff)<br />
    compiled by GNU C version 4.4.3.<br />
GGC heuristics: &#8211;param ggc-min-expand=98 &#8211;param ggc-min-heapsize=128098<br />
In file included from test.c:1:<br />
/usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/dsPIC30F/h/p30f4013.h:71: error: syntax error before ‘__attribute__’<br />
&#8230;..<br />
/usr/local/bin/../lib/gcc/../../share/pic30-nonfree/support/dsPIC30F/h/p30f4013.h:2121: error: syntax error before ‘__attribute__’<br />
test.c: In function ‘main’:<br />
test.c:6: error: syntax error before ‘{’ token</p>
]]></content:encoded>
	</item>
</channel>
</rss>
