Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Dear TIers,
My CCS reported errors as shown below when I compiled imported HRPWM examples from C2000 ware to CCS. I also tried EPWM examples and everything is normal. I think I might lose some important actions for importing HRPWM example codes. Could you please help me on this? Thanks!
**** Build of configuration CPU1_RAM for project hrpwm_ex3_prd_updown_sfo ****
"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 20 all -O
Building file: "../hrpwm_ex3_prd_updown_sfo.syscfg"
Invoking: SysConfig
"C:/ti/ccs910/ccs/utils/sysconfig/sysconfig_cli.bat" -d "F2837xD" -s "C:/ti/c2000/C2000Ware_4_00_00_00/.metadata/sdk.json" -o "syscfg" --package F2837xD_176PTP --part F2837xD_176PTP "../hrpwm_ex3_prd_updown_sfo.syscfg"
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-365328607-inproc' failed
Invalid argument '-s': Unable to parse C:\ti\c2000\C2000Ware_4_00_00_00\.metadata\sdk.json: Unexpected token } in JSON at position 708
gmake[1]: *** [build-365328607-inproc] Error 1
subdir_rules.mk:16: recipe for target 'build-365328607' failed
gmake: *** [build-365328607] Error 2
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Description Resource Path Location Type
gmake: *** [build-365328607] Error 2 hrpwm_ex3_prd_updown_sfo C/C++ Problem
gmake: Target 'all' not remade because of errors. hrpwm_ex3_prd_updown_sfo C/C++ Problem
gmake[1]: *** [build-365328607-inproc] Error 1 hrpwm_ex3_prd_updown_sfo C/C++ Problem