hugo0chen的个人空间 https://bbs.21ic.com/?1077662 [收藏] [复制] [RSS]

日志

stm32l1xx more than one section matches selector:问题解决方法

已有 551 次阅读2016-3-29 18:56 |系统分类:单片机| 启动文件多

more than one section matches selector:
http://www.cnblogs.com/wellrun/archive/2011/03/21/1990074.html

编译环境:RVMDK

CPU :STM32F103VC

错误:.\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:从项目中删除不相关的启动文件

解决办法2:右击不相关的启动文件,点击 options for file 'startup_stm32f10x_md.s'...

                在弹出的对话框中的properties页,勾去灰化的'Include in Target Build'和‘Always Build’两项。


路过

鸡蛋

鲜花

握手

雷人

评论 (0 个评论)