Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Load image file (WINARM)
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
3386 views
Users
0 members are here
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Load image file (WINARM)
pentx pentx
over 12 years ago
Note: This was originally posted on 14th August 2009 at
http://forums.arm.com
[color="#FF0000"]The legacy armsd and AXD debuggers do not support the new DWARF3 debug information produced by RVCT 3.0. When loading images created with RVCT 3.0, the debugger will report:
DBT Warning 00056: Debug table format error at offset 0x0 in area .debug_info
To load images built with RVCT 3.0 into armsd and AXD, you must compile your application using the --dwarf2 command-line option[/color]
I have tried by including "--dwarf2" to the compiler option but it did not work. I am getting an compile error message "cc1.exe: error: unrecognized command line option "-fdwarf2"" . I compiled this using "WinARM". Please help me to solve this.
0
Quote