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.
Hi, MSPM0 Team
I downloaded and installed the latest MSPM0 SDK.
I imported some project and compiled.
But build error is occurred as following.
CCS version : Version: 12.1.0.00007
SysConfig : v1.15.0
SDK : mspm0_sdk_1_00_00_04
**** Build of configuration Debug for project sysctl_frequency_clock_counter_LP_MSPM0G3507_nortos_ticlang ****
"C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../sysctl_frequency_clock_counter.syscfg"
Invoking: SysConfig
"C:/ti/ccs1210/ccs/utils/sysconfig_1.15.0/sysconfig_cli.bat" -s "C:/ti/mspm0_sdk_1_00_00_04/.metadata/product.json" --script "C:/Users/137657/workspace_v12/sysctl_frequency_clock_counter_LP_MSPM0G3507_nortos_ticlang/sysctl_frequency_clock_counter.syscfg" -o "syscfg" --compiler ticlang
Running script...
subdir_rules.mk:16: recipe for target 'build-306680193' failed
Error: /ti/clockTree/clockTree.component.js: Validation failed: [
{
"keyword": "additionalProperties",
"dataPath": "/clockTree",
"schemaPath": "#/additionalProperties",
"params": {
"additionalProperty": "initialView"
},
"message": "should NOT have additional properties"
}
]
at Object.validateMeta (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\src\pinmux\services\JSONschemaValidator.ts:49:9)
at validate (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\src\pinmux\services\product\topModules.ts:387:2)
at iteratee (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\src\pinmux\services\product\topModules.ts:77:7)
at baseEach (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\node_modules\lodash\lodash.js:530:11)
at Function.each (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\node_modules\lodash\lodash.js:9409:52)
at iteratee (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\src\pinmux\services\product\topModules.ts:71:6)
at baseEach (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\node_modules\lodash\lodash.js:530:11)
at Function.each (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\node_modules\lodash\lodash.js:9409:52)
at new t.TopModules (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\src\pinmux\services\product\topModules.ts:69:5)
at new Y (C:\ti\ccs1210\ccs\utils\sysconfig_1.15.0\dist\webpack:\src\pinmux\services\resources\runtime.ts:243:22)
gmake: *** [build-306680193] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
I have installed SYSCONFIG v1.15.0 But I can't open syscfg file in example project.
Thanks.
Hi,
Let me test your CCS version and Sysconfig version and get back soon.
Thanks!
Best Regards
Johnson
Hi,
I solved the problem.
My CCS version is v12.1.0 and I updated to v12.2.0.
SDK for production samples requires CCS version 12.2.0 or higher.
Thanks.