| Author |
Message |
|
|
Posted: Aug 14, 2011 - 03:52 PM |
|

Joined: May 15, 2010
Posts: 16
|
|
Hello
My system looks like that:
Linux (!!)
AVR32 studio (for linux)
AVR dragon
My makefile are not standard (costumased)
I can dubug with AVR dragon, do step-by-step, view local and functions's variables.
but for some reason the debuger cant read the call stack.
Insetad that, in the Debug window I see :
"
Theread [0] (suspended: Breakpoint hit.)
2 Func() XXX.c 0x8000xxxxx
1 <symbol is not avialable> 0x000000000
"
Why? isnt the elf file have all the data? (I know He have it becouse the current running funcion looks ok)
What is mising? |
|
|
| |
|
|
|
|
|
Posted: Feb 12, 2012 - 01:22 PM |
|

Joined: May 15, 2010
Posts: 16
|
|
|
|
|
|
|
|
|