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

DS-5 FVP debugger always shows "Failed to load symbols for "Hello World.axf""

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?

1.jpg
Parents
  • 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

    ...

    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.

Reply
  • 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

    ...

    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.

Children