主题中讨论的其他器件: SysConfig、 C2000WARE
大家好、我正在使用 LAUNCHXL-F28379D 开发 FreeRTOS 应用程序。
我的 IDE 是 code composer 版本:12.3.0.00005 、并且我在 Ubuntu 系统上使用 C2000 ware 4.3。 (Ubuntu 18.04.6 LTS)和 SysConfig 版本1.16.1。
我已经注意到、当我尝试从 Code Composer 中的项目"SysConfig"选项卡添加 FreeRTOS 配置时、我会收到以下错误、而且无法构建项目。 我已经在 Windows 机器上测试了同一个项目。
Unable to render selection
Error: Default value is not an absolute path.
at new l (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/configurables/localFileTextConfigurableMgr.ts:22:10)
at Object.createMetaContentConfigurableMgr (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/configurables/configurable.ts:114:4)
at O.createMetaContentConfigurableMgr (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/moduleInstance.ts:875:10)
at iteratee (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/moduleInstance.ts:869:57)
at baseMap (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/node_modules/lodash/lodash.js:653:23)
at Function.map (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/node_modules/lodash/lodash.js:9621:51)
at O.addMetaContentConfigurableMgrs (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/moduleInstance.ts:869:30)
at O.initMetaConfigurables (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/moduleInstance.ts:913:8)
at Function.createInstanceImpl (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/moduleInstance.ts:137:11)
at Function.createInstance (file:///home/amd/ti/sysconfig_1.16.1/dist/webpack:/src/pinmux/services/objectManagers/moduleInstance.ts:1141:28)
从 Ubuntu 中的独立 SysConfig 运行时、我遇到了相同的错误。
已经转移到 Windows 系统。