|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] Unable to debug code relocated with "-Ttext="(e.g. bootloader) |
Date: | Mon, 04 Apr 2005 12:34:09 -0600 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
Eivind Sivertsen wrote:
AFAIK, this is a known issue with AVR Studio: it can't debug bootloaders. Best to ask Atmel directly to see if they have a fix for this yet.Correction, AVRStudio CAN debug bootloaders, i.e. with UBROF-8 it can (IAR-proprietary format). However there seems to some discrepancies with the ELF/DWARF output or the utilization of it :) Cheers, Eivind
Sorry Eivind, that's what was implied.Since this is a mailing list about GCC, I was assuming that GCC was the compiler being used. AVR Studio can only read [E]COFF/stabs and ELF/DWARF2 file formats/debug formats from the GCC compiler. IIRC, AVR Studio *had* an issue where it would not read in sections other than .text, which means that it won't read in, for example, a .bootloader section. But I can't remember if Torleif has already fixed this issue or not, and whether it's sitting somewhere in a development tree there waiting to be released. ;-)
Eric
[Prev in Thread] | Current Thread | [Next in Thread] |