Thread 中讨论的其他器件: SysConfig、 MSP432P401R
工具/软件:Code Composer Studio
您好!
我有 CC1352P、我有 XDS110、我可以使用 Code Composer Cloud 构建和编程它。但当我尝试 使用 Code Composer Windows 版本构建相同的 Resource Explorer 示例项目时、我会获得错误
gmake:***[build-627720625]错误1
gmake:目标"全部"不会由于错误而重新生成。
我有 Code Composer 版本:10.1.1.00004、我也有其他 Code Composer。 原因可能是什么。 如何解决它。
****为项目 uartecho_CC1352P1_LAUNCHXL_nortos_ccs 构建配置调试****
"D:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake"-k -j 8 all -O
编译文件:"../uartecho.syscfg"
调用:SysConfig
"d:/ti/sysconfig_1.5.0/sysconfig_cli.bat "-s "D:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/.metadata/product.json -o "syscfg"--compiler ccs
用法:
CLI [-o
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:16: recipe for target 'build-627720625' failed
Missing argument: --board or --device must be specified
gmake: *** [build-627720625] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****