Hi,
I am trying to add symbols from a DWARF 5 elf format. I have added the -DUSE_LLVM_DWARF_PARSER=True as the very first parameter of the armdbg but still I am getting this error:
add-symbol-file ***/hello_world.elf
ERROR(CMD685-COR11-IMG34): ! Failed to load symbols for "hello_world.elf"! Failed to read the symbols from ***/hello_world.elf
! Section .debug_info offset 0x4: DWARF version 5 is not supported. To use the DWARF 5 format, enable the LLVM DWARF parser.armdbg --version Arm Debugger [Build 10]Copyright (C) 2008-2024 Arm Limited (or its affiliates). All rights reserved.
Regards
Amir
Hi Stephan,Thank you for your respone.
I will ask for 2024 version and meanwhile as a workaround I am using -gdwarf-4 in the make process.