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.
Is there a way in CCS 6.1 to add a project to a workspace using a relative path? I know that you can link resources
using a relative path but I need a relative path for the project itself.
Victor
Hi Ki,
On our project several hardware engineers use CCS to download the application to a Hercules microprocessor.
When they check out a specific revision of the code they have to go through creating a workspace and importing
the project into that workspace. I was hoping to set it up so that the workspace was part of the code repository
so they only have to check out the code, switch to the workspace and then build. The location of
the workspace on each engineer's computer is not fixed so we want to be able to download the code into any directory
and use paths relative to that directory. Of course the exception is the TI tools which are always in the same
directory.
Victor