I started to use DS-5 recently and applied for a evaluation license for professional version.
I followed instructions strictly from this page DS-5 Documentation & Resources / Tutorials / Getting Started with ARM DS-5 | ARM DS-5 Development Studio
But I got this error message, like this picture shows
This make me can't debug from source-level. I can't set breakpoint into c file , but i can set breakpoint into disassembly file. Is there any solutions?
This part
... ERROR(CMD685-IMG54): ! Failed to load symbols for "Hello World.axf" ! Failed to demand load DWARF debugging information: section .debug_info, offset 0xb ...
...
ERROR(CMD685-IMG54):
! Failed to load symbols for "Hello World.axf"
! Failed to demand load DWARF debugging information: section .debug_info, offset 0xb
indicates that the debug information in the image is corrupt.
Where did the image come from? Is it one of the supplied examples or did you build the image yourself? If so, what compiler and options did you use?
Perhaps you can attach the image to this thread.
I compiled it by myself, it's ARM compiler 5. And here is the file