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/TMS320F28388D: CLB example building with compiler 18

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Tool/software: Code Composer Studio

Hi 

Ti

we are  building example 8 of CLB using compiler version 18.1.3 

and the following flags:

-v28 -ml -mt --float_support=fpu32 --include_path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INCLUDE_PATH}" --include_path="${PROJECT_ROOT}" --include_path="${PROJECT_ROOT}/device" --include_path="${C2000WARE_DLIB_ROOT}" --include_path="${CG_TOOL_ROOT}/include" --define=${COM_TI_C2000WARE_SOFTWARE_PACKAGE_SYMBOLS} --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi
and it is showing following errors in console :

**** Build of configuration CPU1_RAM for project clb_ex8_external_signal_AND_gate ****

"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../clb_ex8_external_signal_AND_gate.syscfg"
Invoking: SysConfig
"C:/ti/ccs920/ccs/utils/sysconfig/sysconfig_cli.bat" -d "F2838x" -s "C:/ti/C2000Ware_3_03_00_00_Software/.metadata/sdk.json" -o "syscfg" --package 337bga --part F2838x_337bga "../clb_ex8_external_signal_AND_gate.syscfg"
Running script...
subdir_rules.mk:19: recipe for target 'build-415176289-inproc' failed
Error: Exception occurred calling addInstance()
at Proxy.r (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:33:27781)
at eval (C:\Users\h352524\workspace_v9_2\clb_ex8_external_signal_AND_gate\clb_ex8_external_signal_AND_gate.syscfg:6:25)
at n.each (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:26:560767)
at Wt (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:5239)
at Function.Ga (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:40286)
at Object.t.runScript (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:26:560651)
at <anonymous>
Caused by: Error: ConfigurableGroup: Validation failed: [
{
"keyword": "additionalProperties",
"dataPath": "",
"schemaPath": "#/additionalProperties",
"params": {
"additionalProperty": "longDescription"
},
"message": "should NOT have additional properties"
}
]
at Object.c [as validateMeta] (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:33:9397)
at C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:147327
at n.each.e (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:147366)
at Wt (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:5239)
at Function.Ga (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:40286)
at Object.f [as createViewNodesFromConfig] (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:9:147268)
at new R (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:33:54764)
at Function.createInstance (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:33:55095)
at o.internalBoundary (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:33:85743)
at Object.t.internalBoundary (C:\ti\ccs920\ccs\utils\sysconfig\dist\cli.js:26:543717)
gmake[1]: *** [build-415176289-inproc] Error 1
subdir_rules.mk:16: recipe for target 'build-415176289' failed
gmake: *** [build-415176289] Error 2
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

what flag and  output file format should be selected  to build CLB example successfully with compiler version 18.1.3.
Thanks
Harshit