Part Number: TMS320F280039C
Tool/software:
Hello TI,
I have a project with a linker command file.
I want in this file to include files from outside of my project, but in the same workspace.
I've tried the following syntax:
${CCS_WORKSPACE_DIR}\${DifferentProject}\my_file
DifferentProject is a variable defined by me in:
Project Properties -> Build -> Variables
When building the project, I get the error that it cannot find the file "$".
I've tried eliminating the $ and doing only CCS_WORKSPACE_DIR\DifferentProject\my_file, but I got the same error.
I've also tried Project Properties -> C2000 Linker -> File Search Path -> Add <dir> to library search path -> I added the path to my file here.
I called my_file in my linker command file and it still does not recognize it.
What is the proper syntax to call files in my linker command file?
A workaround is calling the entire path to my file C:/Workspace/.../my_file
But I'll need this project to work on different workspaces and computers if imported as well so I'd like to be able to use environment variables such as CCS_WORKSPACE_DIR.



