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.

[FAQ] [参考译文] [常见问题解答] MSPM0-SDK:如何使用 MSPM0-SDK 1.30.0.03在 CCS 工程中从编译中排除 syscfg

Guru**** 1774975 points
Other Parts Discussed in Thread: SYSCONFIG, MSPM0G3507
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1319888/faq-mspm0-sdk-how-to-exclude-syscfg-from-build-in-ccs-project-using-mspm0-sdk-1-30-0-03

器件型号:MSPM0-SDK
主题中讨论的其他器件:SysConfigMSPM0G3507

环境:

 CCS:12.6.0.00008

 2. SysConfig:1.19.0

 3. MSPM0 SDK:1.30.00.03

步骤1:从 SDK 导入工程并重新编译工程: empty_lp_MSPM0G3507_nortos_ticlang

步骤2:将下面的文件列表从 Debug 剪切到工程根目录:

  device_linker.cmd

  TI_msp_dl_config.c

  ti_msp_dl_config.h

  startup_mspm0g350x_ticlang.o

  device.cmd.genlibs

  器件.OPT

第3步:右键点击.syscfg 文件、然后点击"从构建中排除"。

步骤4:单击"Build"按钮、错误将在控制台中输出。

步骤5:将下面的文件列表复制回 Debug 文件夹。

  device.cmd.genlibs

  器件.OPT

步骤6:重新编译项目。 完成了。