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.

CCS/CC2652R: Launchpad XDCtools configuration?

Part Number: CC2652R

Tool/software: Code Composer Studio

Hi gents,

Fairly sure there's a simple answer to the below but it's eluding me at the moment. Any assistance would be greatly appreciated.

"C:/ti/simplelink_zigbee_sdk_plugin_1_60_01_09/examples/rtos/CC26X2R1_LAUNCHXL/zstack/common/rtos/app.cfg"
TI_RTOS_Configuration/subdir_rules.mk:12: recipe for target 'build-1814280703-inproc' failed
js: "C:/ti/xdctools_3_50_07_20_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.simplelink'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_50_07_20_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path ';C:\ti\xdctools_3_50_07_20_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
gmake[1]: *** [build-1814280703-inproc] Error 1
gmake: *** [build-1814280703] Error 2
TI_RTOS_Configuration/subdir_rules.mk:9: recipe for target 'build-1814280703' failed
gmake: Target 'all' not remade because of errors.

Basically loaded up the zigbee light example and refactored for latest versions of both the simplelink and zigbee sdks,which got rid of most of the errors.

Have tried refactoring it to point to xdc 3.7 but that hasn't helped either. Also made sure everything is checked under Preferences -> RTSC.

TIA for any assistance...