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/CC2642R: Validation Issue on product.json

Part Number: CC2642R
Other Parts Discussed in Thread: SYSBIOS, SYSCONFIG

Tool/software: Code Composer Studio

Hi Teams,

1. Test condition:

    Compile based on

     Hardware: CC2642R1F

     Software: CCS 9.0.1; SDK 4.30.00.54,

     Project Import:   C:\ti\simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\project_zero

2. Test Result:

making ../src/sysbios/rom_sysbios.aem4f ...
Building file: "../project_zero.syscfg"
Invoking: System Configuration Tool
"C:/ti/ccs901/ccs/tools/node/node.exe" "C:/ti/ccs901/ccs/utils/sysconfig/cli.js" -s "C:/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/.metadata/product.json" -o "syscfg" --compiler ccs "../project_zero.syscfg"
gmake[1]: Nothing to be done for 'all'.
 
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 exliciltiy 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:12: recipe for target 'build-1778024223-inproc' failed
Invalid argument '-s': C:\ti\simplelink_cc13x2_26x2_sdk_4_30_00_54\.metadata\product.json: Validation failed: [
  {
    "keyword": "additionalProperties",
    "dataPath": "",
    "schemaPath": "#/additionalProperties",
    "params": {
      "additionalProperty": "minToolVersion"
    },
    "message": "should NOT have additional properties"
  }
]
gmake[1]: *** [build-1778024223-inproc] Error 1
gmake: *** [build-1778024223] Error 2
subdir_rules.mk:9: recipe for target 'build-1778024223' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

 

Regards,

Kevin