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/TM4C129ENCPDT: Unknown Tiva Project Build Issue

Part Number: TM4C129ENCPDT
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

I'm trying to build a project provided by a colleague.  Console output below is unclear to me regarding the source of the error - any suggestions would be appreciated!

**** Build of configuration Debug for project H2_Modbus ****

"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k all
 
Building file: "../HCDE_Rename.syscfg"
Invoking: SysConfig
"C:/ti/ccs910/ccs/utils/sysconfig/sysconfig_cli.bat" -o "syscfg" "../HCDE_Rename.syscfg"
 
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 exliciltiy 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:19: recipe for target 'build-357853889-inproc' failed
Error parsing CLI arguments in script file: Error: Unrecognized argument: *
gmake[1]: *** [build-357853889-inproc] Error 1
subdir_rules.mk:16: recipe for target 'build-357853889' failed
gmake: *** [build-357853889] Error 2
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Hello,

    JaPaBo said:
    I'm trying to build a project provided by a colleague. 

    Do you know what version of CCS was used to create the project? I see that you are using an older version of CCS (9.1) Was that version used to create the project also?

    Thanks

    ki

  • I'm running 9.1.  I understand they are running version 10.

    We just had some follow-up discussions.  It appears to be tied to CCS's support of Syscfg files rather than the generated pinout.c/pinout.h files.  Hiding *.syscfg files from the build and then subsequently adding pinout.c/pinout.h files corrected the issue.  I suppose a CCS update is in order and would also correct this issue (?).

    Thank you for your assistance!

  • JaPaBo said:
    I suppose a CCS update is in order and would also correct this issue (?).

    Yes I would recommend that. SysConfig was still being fully fleshed out during the CCSv9.1 timeframe. Try updating to the latest CCS version.

    Thanks

    ki