Part Number:CODECOMPOSER
Tool/software: Code Composer Studio
Hi,
I am working on a project that requires some files to be linked to the project as shown in the option below.
I would like to keep all paths relative, however when I link to a file outside the project I haven’t found a way to build with all relative paths.
This example is what I would like to do:
The first line has a relative path to the file, however linking to the file produces the following output:
The first line now has an absolute location (I have also made the PROJECT_LOC relative).
Please could you let me know if this is possible, or if there is another way I could achieve this?
Thank you in advance.
James