STM32 编译 Error: L6411E 解决

时间:2016-01-14 18:47:53   收藏:0   阅读:5894

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"

技术分享

即可编译成功

技术分享

 

原文:http://www.cnblogs.com/zhangfan2014/p/5130879.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!