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.

CC2564CMSP432BTBLESW: SS1BTDIS.lib missing

Part Number: CC2564CMSP432BTBLESW

Hi,

all Bluetooth Low Energy examples from the CC2564CMSP432BTBLESW-v5.1.1.0-Setup.exe release do not link and the following error is shown:

error #10008-D: cannot find file "SS1BTDIS.lib"

For example, the PXP Demo tries to link all of the following libraries: -lSS1BTDIS.lib -lSS1BTGAP.lib -lSS1BTGAT.lib -lSS1BTIAS.lib -lSS1BTLLS.lib -lSS1BTTPS.lib

A quick look into my installation directory reveals that SS1BTGAP.lib lives in c:\ti\Connectivity\CC256X BT\CC256x MSP432 Bluetopia SDK\v5.1.1.0\Bluetopia\profiles\gaps\lib\ccs\SS1BTGAP.lib, SS1BTLLS.lib lives in c:\ti\Connectivity\CC256X BT\CC256x MSP432 Bluetopia SDK\v5.1.1.0\Bluetopia\profiles\lls\lib\ccs\SS1BTLLS.lib and so on, ie. always in the <profile>\lib\ccs subdirectory.

However, the dis\ directory only contains an include\ directory, but no lib\ directory where the .lib file should be present.

So the question is: Is this library missing in that release or is there something else wrong?

I tried to download an older version of the driver package to verify this, but unfortunately I could not find an older version.