当前位置:网站首页>如何查看一个现有的keil工程之前由什么版本的keil IDE编译
如何查看一个现有的keil工程之前由什么版本的keil IDE编译
2022-08-02 03:22:00 【a只如初见】
【问题背景】
我们会经常拿到一个别人做好的keil工程,某些情况下,你可能想跟作者使用同样的编译环境进行开发以免出一些奇怪的问题,或者你使用工程编译出来结果有问题,有怀疑是编译器问题,那么有没有什么办法知道这个工程是用keil哪个版本生成的?
【解决方案】
查看 已安装的 keil 版本信息
顶部菜单栏选择Help --》About uVision…
版本信息如下:
这里面主要关注,KEIL的版本是5.25.2.0,C编译器的版本是V5.06 updata 6(build 750)
下面我们看怎么从已有的一个项目工程中找编译器版本信息。
从工程中的.map文件中第一行看链接器版本(注意tool:armlink):
随便找一个编译生成的 .o文件,记事本打开,可以看到使用的编译器版本:
记事本打开.uvprojx工程文件从中也能找到编译器版本:
另外,看工程文件后缀是.uvprojx还是.uvproj可以判断IDE是KEIL5还是KEIL4,KEIL5的工程文件后缀是.uvprojx。
暂时没有办法直接获取到使用的IDE版本,只能通过获取的编译器,链接器版本信息,推断使用的IDE版本。
参考:
https://blog.csdn.net/lljss1980/article/details/114107417
边栏推荐
- 科研试剂DMPE-PEG-Mal 二肉豆蔻酰磷脂酰乙醇胺-聚乙二醇-马来酰亚胺
- Source Insight 使用教程(2)——常用功能
- PowerManagerService灭屏超时流程
- @DateTimeFormat注解
- How to check whether a table is locked in mysql
- 【面试】失败的一次面试
- 错误:with open(txt_path,‘r‘) as f: FileNotFoundError: [Errno 2] No such file or directory:
- Amazon sellers how to improve the conversion
- AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'
- DSPE-PEG-PDP,DSPE-PEG-OPSS,磷脂-聚乙二醇-巯基吡啶供应,MW:5000
猜你喜欢
解决glob()返回文件排序不一致问题&onnx本地按照安装方法
通过PS 2021 将网页图标抠下来
[Basic Tutorial of Remote Control Development 1] Crazy Shell Open Source Formation Drone-GPIO (Remote Control Indicator Light Control)
新工程加载YOLOV6的预训练权重问题
API 低代码开发:接口大师,一套开发、管理和提供接口的产品框架
STM32 触发HardFault_Handler如何查找原因
化学试剂磷脂-聚乙二醇-羟基,DSPE-PEG-OH,DSPE-PEG-Hydroxyl,MW:5000
磷脂-聚乙二醇-靶向新生血管靶向肽APRPG,DSPE-PEG-APRPG
UserWarning:火炬。meshgrid:在以后的版本中,它将被要求通过索引ing argu
PowerManagerService灭屏超时流程
随机推荐
STM32 map文件解析
Phospholipid-polyethylene glycol-thiol, DSPE-PEG-Thiol, DSPE-PEG-SH, MW: 5000
Phospholipid-polyethylene glycol-hydrazide, DSPE-PEG-Hydrazide, DSPE-PEG-HZ, MW: 5000
@DateTimeFormat注解
Chapter 10 Clustering
Usage of JOIN in MySQL
Redis简单学习笔记
Dynamic proxy tool class
[Mianjing] Mihayou data development on one side and two sides
Cut out web icons through PS 2021
getattr() function analysis
第一篇博客
@Autowired与@Resource区别
UserWarning:火炬。meshgrid:在以后的版本中,它将被要求通过索引ing argu
新工程加载YOLOV6的预训练权重问题
@ApiModel 和 @ApiModelProperty
How to check whether a table is locked in mysql
最新,每天填坑,Jeston TX1 精卫填坑,第一步:刷机
[Learning Records of Boxue Valley] Super summary, share with heart | Software Testing Interface Testing Basics
远程调试、无cuDnn、自定义模块无法导入问题记录