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.
Tool/software: TI C/C++ Compiler
I need to include a line in the DeviceFamily.h. But when I add and save, I ge the following error
"Operation Not Allowed
Detination resource is either linked or virtual"
How do i edit the file and save it for further compilation
Vasudha
Vasudha,
Are you working on a TI example project or your own custom project? And are you using CCS Desktop?
Normally the file DeviceFamily.h is # included in a source file and the path to it is added to the compiler include path options. In your case, is that file directly linked to the project or inside a virtual folder?