<?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"
	>
<channel>
	<title>Comments for Coranac</title>
	<atom:link href="http://www.coranac.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coranac.com</link>
	<description>my own little world</description>
	<pubDate>Wed, 03 Dec 2008 20:27:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on LOL wordpress by EvallCantee</title>
		<link>http://www.coranac.com/2007/10/26/lol-wordpress/#comment-2013</link>
		<dc:creator>EvallCantee</dc:creator>
		<pubDate>Tue, 21 Oct 2008 02:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/wordpress/2007/10/02/lol-wordpress/#comment-2013</guid>
		<description>Hello,
I am, Steven
there is a ton of stuff on here
look at my site:

http://Z3lKihTh3i.spaces.live.com/</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am, Steven<br />
there is a ton of stuff on here<br />
look at my site:</p>
<p><a href="http://Z3lKihTh3i.spaces.live.com/" rel="nofollow">http://Z3lKihTh3i.spaces.live.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NDS register overview by Romu</title>
		<link>http://www.coranac.com/2008/09/11/nds-register-overview/#comment-2011</link>
		<dc:creator>Romu</dc:creator>
		<pubDate>Sun, 19 Oct 2008 17:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=58#comment-2011</guid>
		<description>Hi there
thanks for the namings...
I was wondering, if i wanna send and receive data (I/O interface) from the Slot2, which registers are involved in the process?

thanks anyway

Romu</description>
		<content:encoded><![CDATA[<p>Hi there<br />
thanks for the namings&#8230;<br />
I was wondering, if i wanna send and receive data (I/O interface) from the Slot2, which registers are involved in the process?</p>
<p>thanks anyway</p>
<p>Romu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with bits and bitfields by Ged</title>
		<link>http://www.coranac.com/documents/working-with-bits-and-bitfields/#comment-2005</link>
		<dc:creator>Ged</dc:creator>
		<pubDate>Sun, 12 Oct 2008 18:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?page_id=50#comment-2005</guid>
		<description>Great article!</description>
		<content:encoded><![CDATA[<p>Great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NDS register overview by elwing</title>
		<link>http://www.coranac.com/2008/09/11/nds-register-overview/#comment-1979</link>
		<dc:creator>elwing</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=58#comment-1979</guid>
		<description>I can't imagine what visual effect you can make with a R/W vcount :)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t imagine what visual effect you can make with a R/W vcount :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tonc 1.4 official release by cearn</title>
		<link>http://www.coranac.com/2008/08/19/tonc-14-official-release/#comment-1975</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Tue, 30 Sep 2008 10:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=54#comment-1975</guid>
		<description>@ Ealdor: yeah, you're right. It should be good now.</description>
		<content:encoded><![CDATA[<p>@ Ealdor: yeah, you&#8217;re right. It should be good now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on links by Good boy</title>
		<link>http://www.coranac.com/links/#comment-1964</link>
		<dc:creator>Good boy</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/index.php/favorite-links/#comment-1964</guid>
		<description>Anyway, you help me much.
I like your tonic.

Maybe I have still have a lot of question to ask you in the future. :)
Please don't be annoyed with me for asking these questions which maybe you think so easy.</description>
		<content:encoded><![CDATA[<p>Anyway, you help me much.<br />
I like your tonic.</p>
<p>Maybe I have still have a lot of question to ask you in the future. :)<br />
Please don&#8217;t be annoyed with me for asking these questions which maybe you think so easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NDS register overview by mml</title>
		<link>http://www.coranac.com/2008/09/11/nds-register-overview/#comment-1963</link>
		<dc:creator>mml</dc:creator>
		<pubDate>Tue, 23 Sep 2008 11:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=58#comment-1963</guid>
		<description>BG_MAP_RAM and BG_TILE_RAM and friends also have the dubious quality of being memory address macros without a built in cast-to-pointer-type (cf BG_PALETTE, SPRITE_PALETTE and friends), so if you want to copy some data in there you've got to cast them yourself.  Not a big drama but it looks a bit odd when the palette copy doesn't need a cast, but then the tiles and map data copies do.</description>
		<content:encoded><![CDATA[<p>BG_MAP_RAM and BG_TILE_RAM and friends also have the dubious quality of being memory address macros without a built in cast-to-pointer-type (cf BG_PALETTE, SPRITE_PALETTE and friends), so if you want to copy some data in there you&#8217;ve got to cast them yourself.  Not a big drama but it looks a bit odd when the palette copy doesn&#8217;t need a cast, but then the tiles and map data copies do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tonc 1.4 official release by Ealdor</title>
		<link>http://www.coranac.com/2008/08/19/tonc-14-official-release/#comment-1962</link>
		<dc:creator>Ealdor</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=54#comment-1962</guid>
		<description>Hi Cearn i got this error when i try to compile the example tmr_demo:

&lt;code&gt;arm-eabi-gcc -MM -I../../tonclib/include -O2 -Wall -fno-strict-aliasing -mthumb-                                                interwork -mthumb -c  tmr_demo.c berk.c &#62; tmr_demo.d
arm-eabi-gcc -I../../tonclib/include -O2 -Wall -fno-strict-aliasing -mthumb-inte                                                rwork -mthumb -c tmr_demo.c -o tmr_demo.o
arm-eabi-gcc -I../../tonclib/include -O2 -Wall -fno-strict-aliasing -mthumb-inte                                                rwork -mthumb -c berk.c -o berk.o
berk.c:7: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token
berk.c:226: warning: excess elements in struct initializer
berk.c:226: warning: (near initialization for 'berkFont')
berk.c:227: warning: excess elements in struct initializer
berk.c:227: warning: (near initialization for 'berkFont')
berk.c:227: error: expected '}' before numeric constant
make: *** [berk.o] Error 1&lt;/code&gt;

At the file 'berk.c' i changed this things:

const u8	*widths;
const u8	*heights;

for this:

const unsigned char     *widths;
const unsigned char 	*heights;

An you forgot a ',' at the line 225 after the second '0'

After that all worked fine :).</description>
		<content:encoded><![CDATA[<p>Hi Cearn i got this error when i try to compile the example tmr_demo:</p>
<p><code>arm-eabi-gcc -MM -I../../tonclib/include -O2 -Wall -fno-strict-aliasing -mthumb-                                                interwork -mthumb -c  tmr_demo.c berk.c &gt; tmr_demo.d<br />
arm-eabi-gcc -I../../tonclib/include -O2 -Wall -fno-strict-aliasing -mthumb-inte                                                rwork -mthumb -c tmr_demo.c -o tmr_demo.o<br />
arm-eabi-gcc -I../../tonclib/include -O2 -Wall -fno-strict-aliasing -mthumb-inte                                                rwork -mthumb -c berk.c -o berk.o<br />
berk.c:7: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token<br />
berk.c:226: warning: excess elements in struct initializer<br />
berk.c:226: warning: (near initialization for 'berkFont')<br />
berk.c:227: warning: excess elements in struct initializer<br />
berk.c:227: warning: (near initialization for 'berkFont')<br />
berk.c:227: error: expected '}' before numeric constant<br />
make: *** [berk.o] Error 1</code></p>
<p>At the file &#8216;berk.c&#8217; i changed this things:</p>
<p>const u8	*widths;<br />
const u8	*heights;</p>
<p>for this:</p>
<p>const unsigned char     *widths;<br />
const unsigned char 	*heights;</p>
<p>An you forgot a &#8216;,&#8217; at the line 225 after the second &#8216;0&#8242;</p>
<p>After that all worked fine :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on links by cearn</title>
		<link>http://www.coranac.com/links/#comment-1958</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Mon, 22 Sep 2008 17:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/index.php/favorite-links/#comment-1958</guid>
		<description>To be honest, I'm not sure what -g does exactly for the object (and ELF) files, but it seems to do something. I do know what effect it has on the generated assembly: it adds &lt;code&gt;.loc&lt;/code&gt; directives everywhere. These seem to carry the line number in the source code, presumably to be used for breakpoints. For more details you'll have to go to the manual I'm afraid.</description>
		<content:encoded><![CDATA[<p>To be honest, I&#8217;m not sure what -g does exactly for the object (and ELF) files, but it seems to do something. I do know what effect it has on the generated assembly: it adds <code>.loc</code> directives everywhere. These seem to carry the line number in the source code, presumably to be used for breakpoints. For more details you&#8217;ll have to go to the manual I&#8217;m afraid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on links by Good boy</title>
		<link>http://www.coranac.com/links/#comment-1955</link>
		<dc:creator>Good boy</dc:creator>
		<pubDate>Sun, 21 Sep 2008 14:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/index.php/favorite-links/#comment-1955</guid>
		<description>Thank Cearn very much! Your answer helps me so much!

But I still have one question. As you said, part of the extra information in the ELF file is debugger information, which could be helpful when running with gdb. I remember that the "-g" option of GCC on Linux platform can produce extra debugging information. What is the different between these two commands "gcc -g -o file file.c" and "gcc -o file file.c" in Linux OS? Does the ELF file contain more debugging information if you add "-g" option when you complie the source codes?

Thank you so much.</description>
		<content:encoded><![CDATA[<p>Thank Cearn very much! Your answer helps me so much!</p>
<p>But I still have one question. As you said, part of the extra information in the ELF file is debugger information, which could be helpful when running with gdb. I remember that the &#8220;-g&#8221; option of GCC on Linux platform can produce extra debugging information. What is the different between these two commands &#8220;gcc -g -o file file.c&#8221; and &#8220;gcc -o file file.c&#8221; in Linux OS? Does the ELF file contain more debugging information if you add &#8220;-g&#8221; option when you complie the source codes?</p>
<p>Thank you so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
