[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Bug? dwarf-2/Astudio source level problem.
From: |
Larry Barello |
Subject: |
[avr-gcc-list] Bug? dwarf-2/Astudio source level problem. |
Date: |
Sun, 22 May 2005 10:37:14 -0700 |
Ok, so I am trying to use my JTAG ICE to debug my boot loader. I am
compiling/loading the boot loader as a complete application (without crt and
startup files... and locating .text at 0xFC00) and for the most part it is
working well. However, when I try to do source level debugging ASTUDIO
interprets the source code addresses as bytes when they are words. I.e. my
code is correctly loaded at 0xFC00, but when I place a breakpoint at my
start location (via the source), Asudio sticks it at 0x7E00
Is this a bug, or am I just missing some other tidbit covered in the FAQ?
Source level debugging works fine for my application which is in low
memory...
I am using the latest winavr release (Feb-2005)
----
Larry Barello
http://www.barello.net
- [avr-gcc-list] Bug? dwarf-2/Astudio source level problem.,
Larry Barello <=