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/LAUNCHXL-CC3235SF: compile error

Part Number: LAUNCHXL-CC3235SF
Other Parts Discussed in Thread: CC3235SF, SYSCONFIG, CCSTUDIO, CC3200

Tool/software: Code Composer Studio

i use cc3200modsf launchpad and can't compile simplelink_cc32xx_sdk_3_30_01_02 example projects

i have last version of code composer studio .

console :

**** Build of configuration Debug for project at_commands_CC3235SF_LAUNCHXL_tirtos_ccs ****

"C:\\ti\\ccs9201\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

Building file: "../common.syscfg"
Invoking: SysConfig
"C:/ti/ccs9201/ccs/utils/sysconfig/sysconfig_cli.bat" -s "C:/ti/simplelink_cc32xx_sdk_3_30_01_02/.metadata/product.json" -o "syscfg"

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:19: recipe for target 'build-1508099999-inproc' failed
Missing argument: --board or --device must be specified
gmake[1]: *** [build-1508099999-inproc] Error 1
subdir_rules.mk:16: recipe for target 'build-1508099999' failed
gmake: *** [build-1508099999] Error 2
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • In my system where this examples builds without errors, the SysConfig command looks like this:

    "C:\\CCStudio_9.2.0.00013\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

    Building file: "../common.syscfg"
    Invoking: SysConfig
    "C:/CCStudio_9.2.0.00013/ccs/utils/sysconfig/sysconfig_cli.bat" -s "C:/ti/simplelink_cc32xx_sdk_3_30_01_02/.metadata/product.json" -o "syscfg" "../common.syscfg"
    Running script...
    Validating...
    Generating Code...

    Note the ../common.syscfg file at the end of the command. Yours seems to be missing that. I'm not quite sure why. 

    Can you open Project Properties->Build->SysConfig and see what is shown for "Command-line pattern"? It should look like this:

    osman can said:
    i use cc3200modsf launchpad

    You also mention using CC3200. I'm not sure if that was in error or not, but note that this SDK does not support CC3200. You would need to use a different SDK for that.