主题中讨论的其他器件:C2000WARE、 、SysConfig、 TMDSCNCD28P55X
工具与软件:
您好!
我正在尝试从在 LAUNCHXL-F28P55X 评估板上运行且带有 CCS THEIA v20.0.0.12__1.6.0的 c2000ware 中获取 LED 示例。 但是、我在执行 SysConfig_CLI 时会立即遇到问题。 我在做什么错?
[0]**** Build of configuration CPU1_RAM for project led_ex1_blinky **** [1]"C:\\ti\\ccstheia151\\ccs\\utils\\bin\\gmake" -k -j 12 all -O [2]Building file: "../led_ex1_blinky.syscfg" [3]Invoking: SysConfig [4]"C:/ti/ccstheia151/ccs/utils/sysconfig_1.22.0/sysconfig_cli.bat" --script "C:/Users/henryp/workspace_ccstheia/led_ex1_blinky/led_ex1_blinky.syscfg" -o "syscfg" -s "C:/ti/C2000Ware_5_04_00_00/.metadata/sdk.json" --compiler ccs [5]Usage: [6] cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] [--quiet -q] <script> [7] cli --help [8] cli --version [9] example: cli -s meta_data/sdk.json -d MSP432P401R scripts/two_uarts.js [10] example: -s sdk.json -d MSP432P401R -o ./display_cfg sdk/cfgs/display.syscfg [11] Note that the all arguments other than '--help' and '--version' may also be [12] specified via the script with an embedded @cliArgs comment directive. [13] E.g. // @cliArgs -d MSP432P401R [14] If an argument is embedded in a script and explicitly specified via the CLI [15] then precedence is given to the CLI arguments. Additionally, specifying [16] "--board" or "--device" on the CLI will override any "--board" and "--device" [17] arguments specified in the script. [18]subdir_rules.mk:16: recipe for target 'build-1738275487' failed [19]/boards/TMDSCNCD28P55X: Resource not under a .meta folder: /boards/TMDSCNCD28P55X.syscfg.json [20]gmake: *** [build-1738275487] Error 1 [21]gmake: Target 'all' not remade because of errors. [22]**** Build Finished