<?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: Howto use AVR Dragon Jtag on Linux (Avarice + avr-gdb +DDD)</title>
	<atom:link href="http://www.larsen-b.com/Article/315.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/315.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:13:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stefanct</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-8001</link>
		<dc:creator>stefanct</dc:creator>
		<pubDate>Thu, 12 May 2011 16:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-8001</guid>
		<description>an important detail: you need to program the debugWire fuse to enable dW before using avarice (e.g. with avrdude).
avarice can&#039;t enable it itself.

if you try with an unprogrammed DWEN fuse you will get the error message &quot;set paramater command failed&quot; (with verbode/debug output &#039;-d&#039; you will also see &quot;response: AC&quot;).</description>
		<content:encoded><![CDATA[<p>an important detail: you need to program the debugWire fuse to enable dW before using avarice (e.g. with avrdude).<br />
avarice can&#8217;t enable it itself.</p>
<p>if you try with an unprogrammed DWEN fuse you will get the error message &#8220;set paramater command failed&#8221; (with verbode/debug output &#8216;-d&#8217; you will also see &#8220;response: AC&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WinGDB</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-7663</link>
		<dc:creator>WinGDB</dc:creator>
		<pubDate>Mon, 31 Aug 2009 22:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-7663</guid>
		<description>Hello,

If somebody would be interested in debugging with use of gdb under VisualStudio, then please check our site http://www.wingdb.com. 

Kind regards,
WinGDB team</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>If somebody would be interested in debugging with use of gdb under VisualStudio, then please check our site <a href="http://www.wingdb.com" rel="nofollow">http://www.wingdb.com</a>. </p>
<p>Kind regards,<br />
WinGDB team</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6917</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Feb 2009 20:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6917</guid>
		<description>Miguel, your flag looks good. I don&#039;t see the issue</description>
		<content:encoded><![CDATA[<p>Miguel, your flag looks good. I don&#8217;t see the issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6912</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Thu, 05 Feb 2009 19:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6912</guid>
		<description>by the way, how did you compile your code?

this is my compilation command:

avr-gcc  -g  -mmcu=atmega16 -c adcTest.c;avr-gcc -g  -mmcu=atmega16 -o adcTest.elf adcTest.o;avr-objcopy -j .text -j .data -O ihex adcTest.elf adcTest.hex 

Am I missing any flags?

I hope that helps.

Miguel.</description>
		<content:encoded><![CDATA[<p>by the way, how did you compile your code?</p>
<p>this is my compilation command:</p>
<p>avr-gcc  -g  -mmcu=atmega16 -c adcTest.c;avr-gcc -g  -mmcu=atmega16 -o adcTest.elf adcTest.o;avr-objcopy -j .text -j .data -O ihex adcTest.elf adcTest.hex </p>
<p>Am I missing any flags?</p>
<p>I hope that helps.</p>
<p>Miguel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6911</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Thu, 05 Feb 2009 19:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6911</guid>
		<description>Hi all,

I have been trying out gdb with avarice but I got some errors when debugging. The fact is that I get no errors if I don&#039;t use any functions in my code but it just doesn&#039;t read the proper values if I do use them.

Anyone has had any problems about the same issue?

Thanks in advance!!

Miguel.

PS: I had disabled optimization code parameters already in gcc-avr</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I have been trying out gdb with avarice but I got some errors when debugging. The fact is that I get no errors if I don&#8217;t use any functions in my code but it just doesn&#8217;t read the proper values if I do use them.</p>
<p>Anyone has had any problems about the same issue?</p>
<p>Thanks in advance!!</p>
<p>Miguel.</p>
<p>PS: I had disabled optimization code parameters already in gcc-avr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6903</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Jan 2009 11:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6903</guid>
		<description>OT: The WM is the xfce one, aka xfwm4, with Gaudy theme.</description>
		<content:encoded><![CDATA[<p>OT: The WM is the xfce one, aka xfwm4, with Gaudy theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeje</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6902</link>
		<dc:creator>Jeje</dc:creator>
		<pubDate>Mon, 19 Jan 2009 10:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6902</guid>
		<description>hello jkx.

OFFTOPIC:
I like the window style on these pictures.
What WM and theme are You using?</description>
		<content:encoded><![CDATA[<p>hello jkx.</p>
<p>OFFTOPIC:<br />
I like the window style on these pictures.<br />
What WM and theme are You using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6854</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 30 Nov 2008 22:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6854</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene Dudfield</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6853</link>
		<dc:creator>Rene Dudfield</dc:creator>
		<pubDate>Sun, 30 Nov 2008 22:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6853</guid>
		<description>Awesome article!  Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome article!  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-6850</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 30 Nov 2008 15:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-6850</guid>
		<description>Somebody tell me that, we can do the same with Eclipse. If somebody know how, please post here ..</description>
		<content:encoded><![CDATA[<p>Somebody tell me that, we can do the same with Eclipse. If somebody know how, please post here ..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
