主题中讨论的其他器件:SysConfig
工具与软件:
我有一个系统工程包含 F28388D 所需的2个工程。 我在一个工程中创建了 SV_BTC.syscfg 文件、并将其复制到我要尝试连接到系统工程核心的工程中。 当它是系统工程的一部分时、我无法对其进行编译。 该项目在独立编译时可以正常工作。
如何阻止 syscfg 像这样执行?
**** Build of configuration CPU1_RAM for project ethernet_c28x_config **** "C:\\ti\\ccs1271\\ccs\\utils\\bin\\gmake" -k -j 4 all -O Building file: "../targetConfigs/SV_BTC.syscfg" Invoking: SysConfig "C:/ti/sysconfig_1.18.1/sysconfig_cli.bat" --script "C:/Users/beadon/Documents/GitHub/Astrap/AstrapMain/CPU1/targetConfigs/SV_BTC.syscfg" --context "system" --script "C:/Users/beadon/Documents/GitHub/Astrap/AstrapMain/Sandbox/Ethernet/ethernet_c28x_config/targetConfigs/SV_BTC.syscfg" --context "system" --script "C:/Users/beadon/Documents/GitHub/Astrap/AstrapMain/Sandbox/Ethernet/ethernet_c28x_config/targetConfigs/SV_BTC.syscfg" -o "syscfg" -s "C:/ti/c2000/C2000Ware_5_02_00_00/.metadata/sdk.json" -d "F2838x" --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. targetConfigs/subdir_rules.mk:9: recipe for target 'build-1311568527' failed Every --script must be followed by a unique --context gmake: *** [build-1311568527] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****