Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello.
I build example codes you provided.
However, in one example, the build fails after adding sysconfig.
(\C2000Ware_4_00_00_00\driverlib\f2838x\examples\c28x_dual\"empty_projects")
In other examples, the build was successful even if the same sysconfig was put.
(\C2000Ware_4_00_00_00\driverlib\f2838x\examples\c28x\"pinmux"\)
The error contents are as follows.
-------------------------------------------------------------------------------------------------------------------------------------------------------
**** Build of configuration CPU1_RAM for project empty_c28x_dual_driverlib_project_cpu1 ****
"C:\\ti\\ccs1100\\ccs\\utils\\bin\\gmake" -k -j 24 all -O
Building file: "../c2000.syscfg"
Invoking: SysConfig
"C:/ti/ccs1100/ccs/utils/sysconfig_1.10.0/sysconfig_cli.bat" --script "C:/Users/A507901/workspace_v11/empty_c28x_dual_driverlib_project_cpu1/c2000.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:9: recipe for target 'build-1576723377' failed
Invalid argument '--product': No product with name "C2000WARE" and version "3.01.00.00" found
gmake: *** [build-1576723377] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
-------------------------------------------------------------------------------------------------------------------------------------------------------
I can't understand,
what the "build-1576723377" is,
and why "C2000WARE" version "3.01.00.00" is.
(my C2000WARE version is 4.0.0.0)
thanks.