keil5 MDK 报错

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"

问题解决

有很多帖子说加环境变量ARMCC5LIB C:\Keil\ARM\ARMCC\lib,试过不管用,上面的方法可行

最新文章

  1. C# 自定义Section
  2. asp值mysql驱动
  3. BZOJ1391: [Ceoi2008]order
  4. ACE - Reactor源码总结整理
  5. C#通过反射获取上层调用方法信息
  6. zImage.img、ramdisk.img、system.img、userdata.img介绍及解包、打包方法
  7. Mysql视图的作用及其性能分析
  8. Attribute (一)
  9. chroot 命令实例讲解
  10. 如何在苹果官网下载旧版本的Xcode 方法
  11. thinkphp连接mysql5.5版本数据库
  12. HDU 4819 Mosaic D区段树
  13. 浏览器全屏之requestFullScreen全屏与F11全屏
  14. [Luogu 1730]最小密度路径
  15. LuoguP4234_最小差值生成树_LCT
  16. Docker最全教程——Redis容器化以及排行榜实战(十三)
  17. 在Winform开发框架中对附件文件进行集中归档处理
  18. 主键生成策略sequence
  19. Haskell语言学习笔记(77)Data.HashSet
  20. Linux下Git安装及配置

热门文章

  1. Chained Exceptions in Java
  2. MapServer Tutorial——MapServer7.2.1教程学习——第一节用例实践:Example1.1 A map with single layer
  3. vs中正常IIS发布网站后css样式、图片丢失jQuery报错 $ is not defined
  4. 在python程序中的进程操作
  5. MySQL的BLOB类型(解决mysql不支持mb4编码的时候存储emoji表情问题)
  6. .net core 使用 ef core
  7. Java 获取class method parameter name
  8. shell中获取时间
  9. oracle监控资源管理器
  10. windows 安装mysql 5.7的正确姿势