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.

CCSv5.1 Duplicate path entries found

Guru 15580 points


Can anyone help decipher this error message and offer a suggestion on how to fix it?

Invalid project path: Duplicate path entries found (/DSP_integrated [Include path] isSystemInclude:true includePath:C:/Users/Mike/TI Workspaces/AMX/DSP_integrated/Debug), path: [/DSP_integrated]. DSP_integrated pathentry Path Entry Problem

Assistance appreciated.

 

  • Hi Mike,

    According to one of the CCS engineers here, he feels it means that the same include search path location is specified twice. One thing to note is that it occurs when the paths listed are of different syntax but the location is the same (example - one uses relative paths while the other uses an absolute path).

    Hope that helps

    ki

  • Ki,

    I believe this has something to do with renaming a project. I recently created a new project, then renamed it, and got a "missing path" error that seemed to be looking for the old project name.