How to generate ELF file with relative paths
Hi,
I have run into a problem I can't find a solution for. Basically, I want to have in the ELF file which is generated during the build process the relative paths to the source files. Currently absolute paths are put into it to the source files, so I can’t use it without adapting them on another computer.
I need it because I am using a J-Link debugger and want to create a Configuration file for Ozone which runs independent from the computer importing just the elf file.
Does anyome have an idea how I could adapt the Comoiler/Linker Configuration to use relative paths?
Thank you and Greetings!