编译时出现这个错误是什么意思?

2019-08-17 06:46发布

原本已编译统过了,后来程序又加了些东西,就报错,把加的去点掉,还是报同样的错误,是什么错误,如何解决?诚心求教。
linking...
.output1¤3?£°害ct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
3条回答
BMN李
2019-08-17 11:08
MDK错误More than one section matches selector – cannot all be FIRST/LAST的解决
2013年08月29日 ⁄ 综合 ⁄ 共 205字        ⁄ 字号 小 中 大 ⁄ 评论关闭
加入的启动代码为多个,实际只使用其中一个:

       startup_stm32f10x_cl.s

       startup_stm32f10x_hd.s

       ...

       startup_stm32f10x_xl.s

方案1:删除不需要的

方案2:除了实际需要使用的以外,其余全部点右键Options for File'***',勾去灰化的Include in Target Build和Always Build