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文件夾下),加入項目里
再次編譯,問題解決。
https://www.cnblogs.com/rain123/p/11299062.html
