|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] WinAVR, file XXX not found in symbol table, ignoring... |
Date: | Wed, 09 Feb 2005 09:17:01 -0700 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
Preben Mikael Bohn wrote:
But I still don't know if changing that would be sufficient to solve the problem. It would be nice if somebody could experiment and find out if this is all that is needed to fix this.I get the following output now:"make.exe" extcoff
Wait! Stop there!You need to think about how you're going to debug. If you're are going to use the latest AVR Studio (4.11) then you need to use:
- ELF file format - DWARF2 debugging information.Do NOT convert to COFF or Extended COFF file formats. At this point, the [E]COFF file format should only be used for certain commercial debuggers (VMLab, Proteus).
Eric
[Prev in Thread] | Current Thread | [Next in Thread] |