zoukankan      html  css  js  c++  java
  • keil5 MDK 链接报错 Error: L6410W 解决

    keil5 MDK 报错

    Build target 'Project'
    linking...
    .OutputProject.axf: Warning: L6310W: Unable to find ARM libraries.
    .OutputProject.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.
    ".OutputProject.axf" - 1 Error(s), 1 Warning(s).
    Target not created

    增加以下内容
    --libpath "C:KeilARMARMCClib"

    问题解决

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

  • 相关阅读:
    事务的隔离级别
    事务的隔离
    事务简介
    leetcode647
    leetcode394
    leetcode96
    leetcode814
    leetcode738
    leetcode621
    leetcode763
  • 原文地址:https://www.cnblogs.com/OceanF/p/10207189.html
Copyright © 2011-2022 走看看