When trying to compile an example code with Ubuntu 22.04 I get the following error:
fatal error: unrecognized DWARF version in .debug_info at 6
runtime stack:
panic during panic
/home/alberto/Develop/libelium-ide/waspmote-builder returned 3
Error compiling for board Waspmote API v054.
It seems that Ubuntu's 22.04 version of gdb doesn't support the DWARF version used in one the IDE binaries?
How can I solve it?