主题中讨论的其他器件:SysConfig、
工具与软件:
我有一个在 CCS Theia 中使用 MSPM0 SDK 和 GCC 的现有项目。 我想将其切换到使用 TI Clang。 但是、在我在"Project General"属性中更改了"Compiler"之后、构建现在失败、并且 SysConfig 会显示一个错误:
[10]****构建用于项目 MotionLogicController 的 Debug-LaunchPad_TICLANG 配置****
[11]"C:\\ti\\ccstheia140\\ccs\\utils\\bin\\gmake"-k -j 16所有-O
[12]Building file :"../mspm0l1306_launchpad.syscfg"
[13]调用: SysConfig
[14]"C:/ti/ccstheia140/ccs/utils/sysconfig_1.20.0/sysconfig_cli.bat --script"C:/Users/gordon.tyler/workspace_ccstheia/MotionLogicController/mspm0l1306_launchpad.syscfg -o "syscfg"--编译器 ticlang
[15]使用方法:
[16] CLI [- o <dir>][- s ][-u ][-b ][-d ][-p ][- r ][--治疗 WarningsAsErres][--安静-q]
It looks like the Product Dependencies for the MSPM0 SDK and SysConfig were not added to the new build configuration created when I switch the compiler. However, after re-adding these dependencies, the build still fails at the SysConfig step:
[10]**** Build of configuration Debug-Launchpad__TICLANG for project MotionLogicController ****
[11]"C:\\ti\\ccstheia140\\ccs\\utils\\bin\\gmake" -k -j 16 all -O
[12]Building file: "../mspm0l1306_launchpad.syscfg"
[13]Invoking: SysConfig
[14]"C:/ti/ccstheia140/ccs/utils/sysconfig_1.20.0/sysconfig_cli.bat" --script "C:/Users/gordon.tyler/workspace_ccstheia/MotionLogicController/mspm0l1306_launchpad.syscfg" -o "syscfg" -s "C:/ti/simplelink_msp432e4_sdk_4_20_00_12/.metadata/product.json" --compiler ticlang
[15]Usage:
[16] cli [-o <dir>] [-s ] [-u ] [-b ] [-d ] [-p ] [-r ] [--treatWarningsAsErrors] [--quiet -q]
What adjustments do I need to make to the project configuration to get it working again?