error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

编译环境:KEIL 5

CPU :STM32F103VC/C8T6

错误:.\obj\movSERVO.sct(7): error: L6235E: More than one section matches selector – cannot all be FIRST/LAST.

原因:项目中同时包含以下启动文件,

   startup_stm32f10x_hd.s

        startup_stm32f10x_md.s

        startup_stm32f10x_ld.s

        应该针对不同的CPU选择不同的启动文件。

解决办法1:从项目中删除不相关的启动文件

点赞