在进行stm32开发的时候,报如下错误:error: L6236E: No section matches selector - no section to be FIRST/LAST. 原因是在当前的工程中没有启动文件,需要在工程中添加相关的启动文件。也就是st官方的xxxx.s文件。添加后再编译就ok了。
在进行stm32开发的时候,报如下错误:error: L6236E: No section matches selector - no section to be FIRST/LAST. 原因是在当前的工程中没有启动文件,需要在工程中添加相关的启动文件。也就是st官方的xxxx.s文件。添加后再编译就ok了。