Other Parts Discussed in Thread: SYSCONFIG
Hi,
I am trying to run example from Resource Explorer.
I have found project in SAIL with name i2cbme280. I have clicked import and I can see it in my workspace.
Problem is when I try to build it with CCS.
Here is what states in console:
"
**** Build of configuration Debug for project i2cbme280_CC1310_LAUNCHXL_tirtos_ccs ****
"C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../i2cbme280.syscfg"
Invoking: SysConfig
"C:/ti/ccs1011/ccs/utils/sysconfig_1.6.0/sysconfig_cli.bat" -s "C:/ti/sail_1_50_00_00/.metadata/product.json" -s "/.metadata/product.json" -o "syscfg" "../i2cbme280.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:16: recipe for target 'build-2056788063' failed
Invalid argument '-s': File "C:\.metadata\product.json" does not exist
gmake: *** [build-2056788063] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
"
What can I do to fix that?
Best regards