单片机笔记九:单片机编译报错(More than one section matches selector)

用MDK在新建stm32工程的时候会出现例如下列所示的编译错误,比如我使用例程的时候,第一遍还可以正常编译,稍微修改一下,第二次编译的时候就出现这个错误。

…sct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

*** Using Compiler 'V5.05 update 1 (build 106)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin'

Build target 'lcd_mode_Release'

linking...

.\output\release\lcd_mode.sct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

Not enough information to list image symbols.

Not enough information to list the image map.

Finished: 2 information, 0 warning and 1 error messages.

".\output\release\lcd_mode.axf" - 1 Error(s), 0 Warning(s).

Target not created.

Build Time Elapsed:  00:00:00

具体出错的地方在这里

LR_IROM1 0x00000000 0x00010000  {    ; load region size_region

  ER_IROM1 0x00000000 0x00010000  {  ; load address = execution address

   *.o (RESET, +First)

   *(InRoot$$Sections)

   .ANY (+RO)

  }

  RW_IRAM1 0x20000000 0x00002000  {  ; RW data

   .ANY (+RW +ZI)

  }

}

解决:在工程环境里找到Startup的驱动,把驱动文件的√去掉,重新编译一下就可以通过了

这里面的 

点开后找到device

在这里插入图片描述
————————————————

 

来自:
https://blog.csdn.net/qq_42860728/article/details/89117974

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值