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.

CC3220SF-LAUNCHXL: CCS10.0.0 fails on AWS Plugin

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: SYSCONFIG

My CCS10.0.0 fails on compiling AWS Plugin, the message is as below:

Building file: "../aws_iot.syscfg"
Invoking: SysConfig
"C:/ti/ccs1000/ccs/utils/sysconfig_1.4.0/sysconfig_cli.bat" -s "C:/ti/simplelink_cc32xx_sdk_4_40_00_07/.metadata/product.json" -s "C:/ti/aws_cc32xx_4_30_00_02/.metadata/product.json" -s "C:/ti/simplelink_cc32xx_sdk_4_40_00_07/.metadata/product.json" -o "syscfg" --compiler ccs "../aws_iot.syscfg"
subdir_rules.mk:9: recipe for target 'build-1845622945' failed
Error: SimpleLink CC32XX SDK version 4.40.00.07 requires at least version 1.5.0 of SysConfig.

How to fix it?

Regrads

Sam

  • Hi Sam,

    CC32xx SDK 4.40 was tested with Code Composer Studio v10.2 which comes with SysConfig version 1.7.0. You can  always find compatible software versions in the SDK release notes. This version of CCS is required in order to use all of the new features of SysConfig: https://www.ti.com/tool/CCSTUDIO

    Once installed, you can update the SysConfig version the project uses from Properties->General->Products.

    Best regards,

    Sarah

  • Hi Sarah,

    I install CCS V1.0.3 to my PC, the problem fixed, thanks.

    Another question: How to implement peripherals to the AWS project?  For example: ADC, Uart. 

    I try to use "Ti System Configuration Tool" to modify  "aws_iot.syscfg", but when I open this file,

    it comes error " Cannot specify --board without --product".

    Regards

    Sam

  • Hi Sam,

    Are you trying to open aws_iot.syscfg from inside CCS, or are you importing it into the standalone SysConfig tool? Can you attach a screenshot?

    You should be able to fix this issue by opening aws_iot.syscfg as a text file and adding the following text to @cliArgs:

    --product "simplelink_cc32xx_sdk@4_40_00_07"

    Best regards,

    Sarah