I am getting the following error when I try to Debug a project that was built on a different computer in a different directory. (See Image)
"Exception occurred during launch
Reason:
Failed to initialize the Debug Server
Reason: Cannot read system setup data from XML file <Path>.ccxml
Error parsing file:
..."
If copy the .ccxml file to the directory that is listed the error goes away, but I haven't been able to find a way to tell Code Composer that the file already exist in the location from which I opened the project. Is there a setting somewhere or some other way to get CC to look in my working directory for this file and not the absolute path of where this project was originally created on a different computer? I really don't want to have to recreate the entire directory structure for every imported project.
Thanks for the help