STM32 编译 Error: L6411E、L6310E 解决方法


分类:电子,单片机 作者:myerob 标签:STM32 编译 Error: L6411E L6310E 解决方法 阅读:66 收藏
导读:
Build target 'Project' linking... .\Output\Project.axf: Warning: L6310W: Unable to find ARM librarie…
Build target 'Project'
linking...
.\Output\Project.axf: Warning: L6310W: Unable to find ARM libraries.
.\Output\Project.axf: Error: L6411E: No compatible library exists with a definition of startup symbol __main.
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 1 warning and 1 error messages.
".\Output\Project.axf" - 1 Error(s), 1 Warning(s).
Target not created

解决方法:在工程文件中增加以下内容

--libpath "C:\Keil\ARM\ARMCC\lib"   【Keil_v5请自行修改路径】

 

重新编译即可

 

 


相关推荐