How to generate ELF file with relative paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-12-21 7:07 AM
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!
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-12-21 7:49 AM
Im not sure im understanding your question.
But i am able to include libraries in relative paths (windows)
Bevare of their disclaimer
