While testing to export a json report, I notices with Prusa-Firmware-Buddy as a elf, that some symbols were without a type. These are especially weak symbols, listed as V/v and W/w by nm -Sl, which are the result of virtual C++ inheritance members and methods.
While testing to export a json report, I notices with Prusa-Firmware-Buddy as a elf, that some symbols were without a type. These are especially weak symbols, listed as V/v and W/w by
nm -Sl, which are the result of virtual C++ inheritance members and methods.