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
  • Hi, When i debug the Arm Trusted Firmware with DS-5,i use the add-symbol-file command to add the symbol files. But there are some errors. add-symbol-file /home/zm/devel/fvp_optee/arm-trusted-firmware/build/fvp/debug/bl31/bl31.elf EL3:0x0 ERROR(CMD685-IMG54): ! Failed to load symbols for "bl31.elf" ! Failed to demand load DWARF debugging information: section .debug_info, offset 0xb So, how can i slove this problem?

Reply
  • Hi, When i debug the Arm Trusted Firmware with DS-5,i use the add-symbol-file command to add the symbol files. But there are some errors. add-symbol-file /home/zm/devel/fvp_optee/arm-trusted-firmware/build/fvp/debug/bl31/bl31.elf EL3:0x0 ERROR(CMD685-IMG54): ! Failed to load symbols for "bl31.elf" ! Failed to demand load DWARF debugging information: section .debug_info, offset 0xb So, how can i slove this problem?

Children