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.

How to link source code between projects in CCStudio v4 or CCStudio v5.x

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?