Part Number: TMS320F28069
Tool/software: TI C/C++ Compiler
I renamed the existing project and now my all files in the project shows message "Unable to retrieve description from resource".
Any clue on how to recover file ?
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.
Part Number: TMS320F28069
Tool/software: TI C/C++ Compiler
I renamed the existing project and now my all files in the project shows message "Unable to retrieve description from resource".
Any clue on how to recover file ?
Notice the exclamation mark (!) in the icon for the source files. That means that the path to the files was not resolved properly.
Are those files physically inside the project folder or linked to the project? If linked, then go into the file's properties and check if they are linked relative to a variable and that the variable is resolved to the correct path. Basically the "Resolved Location" should point to a valid, correct directory.
I would also highly recommend updating to the latest version of CCS 8.2. CCSv6 is pretty old and no longer supported.