Tool/software: Code Composer Studio
Hello,
my CCS can not discover my installed SDK and simplelink academy products. Additionally, some of my open projects where corrupted and the project config files where completely missing (.ccsproject, .cproject, .project, .xdchelp).
This happened from the CCS itself without any modification. I simply started CCS and all the errors occured. You have to know, the system was working fine last week before I closed it the last time.
The following error message I was getting:
**** Build Finished ****
Buildfile generation error occurred..
Product 'com.ti.SIMPLELINK_CC2640R2_SDK' v1.50.0.58 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
Things I tried:
- created new workspace and import old projects: no solution - same problem
- imported blank new simple_peripheral project from tirex: this project works, can be modified and successfully compiled
- started CCS exe with "-clean" suffix: no solution - same problem
- Windows->Preferences->Code Composer Studio->Products; tried "Rediscover" button: no solution - does not find my packages, but I checked it by myself. The packages are there. Also the "Product discovery path" is correct.
- reinstalled CC26040R2 SDK 1.50.00.58: SimpleLink SDK was successfully found through the "Rediscover" button
- compiling now works for this project. The others projects without the project config files like above mentioned can not be imported. Maybe I have to restart from a new example project and overwrite my source files and reconfigure the settings.
So CCS has corrupted the following files: SimpleLink SDK folder, xdctools folder, some of my opened projects (config files from CCS)
Question: Why did this happen? Whats the cause of that problem and how can i prevent it? I use CCS 8.0.0.00016.
Thanks.