请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28379S Thread 中讨论的其他器件:SysConfig、 C2000WARE
你好。
我正在尝试对定制板使用 SysConfig。 我已经使用 SysConfig 工具创建了一个 syscfg 文件并将其添加到项目中。 我还向项目中添加了 SysConfig 和 C2000Ware 的产品。 但当我尝试在 CCS 中打开 syscfg 文件时、我看到一条消息"Invalid argument '--product':no product with name "C2000WARE" and version "4.03.00.00 found"
当我尝试建立一个项目时、我得到:
Building file: "../CD512NPK.syscfg" Invoking: SysConfig "C:/ti/ccs1230/ccs/utils/sysconfig_1.16.1/sysconfig_cli.bat" --script "D:/Workspace_CD512/CD512NPK/CD512NPK.syscfg" -o "syscfg" --compiler ccs 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-225258015' failed Invalid argument '--product': No product with name "C2000Ware" and version "4.03.00.00" found gmake: *** [build-225258015] Error 1 gmake: Target 'all' not remade because of errors.
这是怎么了?