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.

CC3220S-LAUNCHXL: CC3220S-LAUNCHXL:

Part Number: CC3220S-LAUNCHXL
Other Parts Discussed in Thread: CC3220S, SYSCONFIG

Hello,

I am using CC3220S LAUNCHXL  PAD. My Software is Code composer studio 12.1.0.00007. My Operating system is UBUNTU.I have used GCC Compiler and getting below error :

Please look at the configuration in the below screen shot.

gmake[1]: *** [syscfg/buttonled_CC3220S_LAUNCHXL_freertos_ccs.sli] Error 255
gmake[1]: Target 'secondary-outputs' not remade because of errors.
gmake: *** [all] Error 2

Thanks and regards.

Rutvi Sanagni

  • Hi Rutvi,

    Thanks for reaching out.

    could you supply more info regarding the error such as:

    1) the full console print out

    2) the app you are trying to run

    best regards,

    Avi

  • *** Build of configuration MCU+Image for project buttonled_CC3220S_LAUNCHXL_freertos_ccs ****

    /ti/ccs1210/ccs/utils/bin/gmake -k -j 8 all -O

    Building file: "../image.syscfg"
    Invoking: SysConfig
    "/ti/sysconfig_1_12_0/sysconfig_cli.sh" --script "/workspace_v12/buttonled_CC3220S_LAUNCHXL_freertos_ccs/image.syscfg" -o "syscfg" --compiler ccs

    Usage:
    cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] <script>
    cli --help
    cli --version

    example: cli -s meta_data/sdk.json -d MSP432P401R scripts/two_uarts.js
    example: -s sdk.json -d MSP432P401R -o ./display_cfg sdk/cfgs/display.syscfg

    Note that the all arguments other than '--help' and '--version' may also be
    specified via the script with an embedded @cliArgs comment directive.
    E.g. // @cliArgs -d MSP432P401R

    If an argument is embedded in a script and explicitly specified via the CLI
    then precedence is given to the CLI arguments. Additionally, specifying
    "--board" or "--device" on the CLI will override any "--board" and "--device"
    arguments specified in the script.

    subdir_rules.mk:24: recipe for target 'build-1943522335' failed
    Invalid argument '--product': No product with name "simplelink_cc32xx_sdk" and version "6_10_00_05" found
    gmake: *** [build-1943522335] Error 1
    Cannot specify --board without --product
    gmake: *** [build-414929921] Error 1
    Building file: "../buttonled.syscfg"
    Invoking: SysConfig
    "/ti/sysconfig_1_12_0/sysconfig_cli.sh" --script "/workspace_v12/buttonled_CC3220S_LAUNCHXL_freertos_ccs/buttonled.syscfg" -o "syscfg" --compiler ccs

    Usage:
    cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] <script>
    cli --help
    cli --version

    example: cli -s meta_data/sdk.json -d MSP432P401R scripts/two_uarts.js
    example: -s sdk.json -d MSP432P401R -o ./display_cfg sdk/cfgs/display.syscfg

    Note that the all arguments other than '--help' and '--version' may also be
    specified via the script with an embedded @cliArgs comment directive.
    E.g. // @cliArgs -d MSP432P401R

    If an argument is embedded in a script and explicitly specified via the CLI
    then precedence is given to the CLI arguments. Additionally, specifying
    "--board" or "--device" on the CLI will override any "--board" and "--device"
    arguments specified in the script.

    subdir_rules.mk:14: recipe for target 'build-414929921' failed
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • Hi,

    It looks like you're missing the SDK product that needs to be added as a dependency.

    open the project properties(right click the project): select Resource->General

    go to the products window select add.. to add the SDK dependency.

    If the SDK version you need(6_10_00_05 in your case) is not automatically found, open preferences and add to Product discovery path the path where you SDK is contained

    best regards,

    Avi