[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] Debugging bootloaders on m128
From: |
Eric Weddington |
Subject: |
RE: [avr-gcc-list] Debugging bootloaders on m128 |
Date: |
Thu, 29 Mar 2007 18:53:28 -0600 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of larry barello
> Sent: Thursday, March 29, 2007 6:41 PM
> To: address@hidden
> Subject: [avr-gcc-list] Debugging bootloaders on m128
>
> In the past it was difficult to debug stuff in the upper 64k
> of FLASH using Atmel Studio. I thought with the latest
> studio that was fixed. Does that require the latest WinAvr
> as well? I have the previous version, being scared off of
> upgrading due to various problems reported in this list.
Yes. WinAVR 20070122 includes a new patch to have 32-bit DWARF2 addresses,
which is required to debug above 64K. Because of the change in the DWARF2
addressing information, this requires a new ELF/DWARF parser in AVR Studio,
which is included in AVR Studio 4.13.
Bottom line: Debug above 64K? You need both WinAVR 20070122 and AVR Studio
4.13.