Hello,
All the project linked files do when I move a project from one directory to another. Is there any way to make it so that doesn't happen or to facilitate changing the path?
Stephen
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.
Stephen,
If you are able to make your projects portable then it is a lot easier. There is more information at the links below. The first link is a training module that walks through how to do it.
http://processors.wiki.ti.com/index.php/CCS_Modules_Library#Portable_Projects
http://processors.wiki.ti.com/index.php/Creating_portable_projects_in_CCSv5
Regards,
John
I am having troubles updating the paths of linked files in an existing project that I moved to a different directory. I didn't have any problems using the existing system variable, but if I use a variable, say "ABC", and replace the path variable in the the .project folder as shown below, I get the error "Could not open the editor: Must specify a URI scheme: ABC/UnitTest.c" when I try to open the file in the project. I got the same result using both string and path variable. What am I doing wrong?
(New Edit:)Also, my new path variable doesn't show up in the "Create link locations relative to:" dropdown box.
FROM:
<locationURI>PARENT-1-PROJECT_LOC/UnitTest.c</locationURI>
TO:
<locationURI>ABC/UnitTest.c</locationURI>