avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] How to debug AT90S8515/ATmega8515?


From: E. Weddington
Subject: Re: [avr-gcc-list] How to debug AT90S8515/ATmega8515?
Date: Tue, 26 Oct 2004 09:23:04 -0600
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

James Russo wrote:

Be sure to check out avrfreaks as there are newer .dlls up there that fix some issues with the dwarf parser in the latest version of AVR studio. I spent many hours debugging a problem which didn't really exist.

Here is the thread:

http://www.avrfreaks.org/phpBB2/viewtopic.php?t=23276&highlight=libelfdwarfparser&sid=f59b47353ba104c20921f5f43f39a4cf

To output the write information add -gdwarf-2  to your CPFLAGS.

Technically, if you are using the WinAVR Makefile template, that is CFLAGS. And to be even more pedantic, all you need to change is DEBUG in the WinAVR Makefile template. The comments in the template tell you what to change.

Eric


reply via email to

[Prev in Thread] Current Thread [Next in Thread]