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.
Tool/software: Code Composer Studio
Hi
Ti
we are building example 8 of CLB using compiler version 18.1.3
and the following flags:
**** 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 ****
Hi
Nima
problem is resolved by building DRIVERLIB.LIB with same format of file as of the main project .
i think above version of ccs is not listed as of now on TI website.
Thanks
Harshit