error: L6236E: No section matches selector - no section to be FIRST/LAST.解决方法
Posted rain123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error: L6236E: No section matches selector - no section to be FIRST/LAST.解决方法相关的知识,希望对你有一定的参考价值。
使用STM32 CubeMx工具生成MDK工程之后,初次编译,提示error: L6236E: No section matches selector - no section to be FIRST/LAST.
分析:信息提示是关于启动文件的,打开MDK manage project items,查看后发现,当前项目中并未包含启动文件。
解决方法:
查找项目中的启动文件 startup_stm32f103xe.s(一般在MDK-ARM文件夹下),加入项目里
再次编译,问题解决。
以上是关于error: L6236E: No section matches selector - no section to be FIRST/LAST.解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Error: No EPCS layout data - looking for section [EPCS-C84018]
ubuntu sudo-update出错Encountered a section with no Package: header
如何解决错误 - L6236E:没有部分匹配选择器 - 没有部分是 FIRST/LAST
python执行报错 configparser.NoSectionError: No section: 'section_1'