码迷,mamicode.com
首页 > 其他好文 > 详细

STM32 编译 Error: L6411E 解决

时间:2016-01-14 18:48:01      阅读:769      评论:0      收藏:0      [点我收藏+]

标签:

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"

技术分享

即可编译成功

技术分享

 

STM32 编译 Error: L6411E 解决

标签:

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

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!