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 build error: gmake: Target 'all' not remade because of errors.

Part Number: CC1352P
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Hi,

I have CC1352P, I have XDS110, I can build and program it using Code Composer Cloud.but I get errorrs when I try to build the same resource explorer sample project using Code Composer Windows version 

gmake: *** [build-627720625] Error 1
gmake: Target 'all' not remade because of errors.

I have Code Composer  Version: 10.1.1.00004, I have done also other Code Composer. What may be the reason. How can I fix it.

 

**** Build of configuration Debug for project uartecho_CC1352P1_LAUNCHXL_nortos_ccs ****

"D:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../uartecho.syscfg"
Invoking: 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

Usage:
cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] <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: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 ****

 

  • Odd. The name of the syscfg file is missing from the command invoking sysconfig ("../uartecho.syscfg").

    Did you import the project straight from Resource Explorer in CCS? Or did you download your cloud project and is trying to build it in CCS?

    Thanks

    ki