Other Parts Discussed in Thread: SYSCONFIG
Dear TI support team.
When building the hello_world sample program with CCS, the following error occurs.
---
**** Build of configuration Debug for project hello_world_am64x-evm_r5fss0-0_nortos_ti-arm-clang ****
"C:\\ti\\ccs1250\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../example.syscfg"
Invoking: SysConfig
"C:/ti/sysconfig_1.17.0/sysconfig_cli.bat" -s "C:/ti/mcu_plus_sdk_am64x_08_06_00_45/.metadata/product.json" --script "C:/Users/imaizumi/workspace_v12_mcusdk_v8/hello_world_am64x-evm_r5fss0-0_nortos_ti-arm-clang/example.syscfg" --context "r5fss0-0" -o "syscfg" --part Default --package ALV --compiler ticlang
Usage:
cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] [--quiet -q] <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-1251848623' failed
AM64x is not a valid device for the product MCU+ SDK for AM64x
gmake: *** [build-1251848623] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
---
CCS Version: 12.5.0.00007
I am using the hello_world project in the following folder.
C:\ti\mcu_plus_sdk_am64x_08_06_00_45
Please tell me the solution.
Best regards,
Kiyomasa Imaizumi