Elf file and relative paths
I'm working on the STM32WL55 Nucleo-64, starting from the LoRaWAN_End_Node.
I performed a hexdump and noticed that the ELF file generated at the end of the compilation process contains a significant recurrence of absolute paths, as shown in the picture below.

I tried using the menu "Properties->Path and Symbols->Includes" to include all the paths through the workspace to avoid the absolute paths.

What did I do wrong? How can I generate an ELF file containing only relative paths?
Thank you in advance.