Part Number: MSP-EXP432P401R
Tool/software: Code Composer Studio
Earlier this morning when I started CCS 9.2 on Linux, a dialog appeared saying there was an update for CCS. I clicked the update and let it run, and it finished by saying a restart of CCS was needed, which was done. However, after restart, CCS cannot find the MSP432-SDK and complains that it is not installed any more? Huh?
When I attempt to build packages (even the out of box demo) that were building fine yesterday, the build fails saying:
Buildfile generation error occurred..
Product com.ti.SIMPLELINK_MSP432_SDK v3.30.0.13 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
What?? It is installed, it was working fine just before the update, it's still in the same /opt/ti location:
$ ll /opt/ti
total 20
drwxr-xr-x 6 david david 4096 Oct 22 19:25 Hercules
drwxr-xr-x 4 david david 4096 Oct 21 02:40 ccs920
drwxr-xr-x 8 david david 4096 Oct 21 02:26 simplelink_msp432p4_sdk_3_30_00_13
drwxr-xr-x 12 david david 4096 Oct 24 23:37 uniflash_5.1.0
drwxr-xr-x 10 david david 4096 Oct 21 02:25 xdctools_3_60_00_24_core
The CCS version installed is:
Code Composer Studio
Version: 9.2.0.201909161800
Build id: N201909161800
What do I have to do to get CCS to be able to recognize the Simplelink SDK again? Surely I don't have to re-run the 200+ MB installer for the SDK? If there is any additional information that would help here, please let me know and I'm happy to provide. Literally, the MSP432 SDK was working 1 minute before the update, and broken immediately after.