This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello.
How is it possible within a workspace that holds two projects to link some of the source files from one project to the other without using absolute path's?
e.g.
Lets say ProjA and ProjB both located in the same workspace and each of them has a src folder where some sub folders are located. In ProjA there is a sub folder ProjA/src/someFiles/*.c. How do I configure my C2000 ProjB so that it uses when I am compiling also the c source files located in ProjA/src/someFiles/*.c?
You will need to link them using a variable. It is a bit of a pain in CCSv4, but much easier in v5. This topic describes how to do it in v4.