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)

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