This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CCS/CC1352P:CC1352P 编译错误:gmake:target 'all'not made because of errors。

Guru**** 2042920 points
Other Parts Discussed in Thread: CC1352P, SYSCONFIG
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/946383/ccs-cc1352p-cc1352p-build-error-gmake-target-all-not-remade-because-of-errors

器件型号:CC1352P
Thread 中讨论的其他器件: SysConfigMSP432P401R

工具/软件: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

][-s ][-u ][-b. ][-d. ][-p ][-r. ][-treatWarningsAsErrors]
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 ****

 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    奇数。 调用 SysConfig 的命令中缺少 syscfg 文件的名称("../uartecho.syscfg")。

    您是否直接从 CCS 中的 Resource Explorer 导入项目? 或者、您是否下载了云项目并正在尝试在 CCS 中构建它?

    谢谢

    Ki