Keil编译出现:
ArmClang.exe: error: Failed to check out a license.Keil Licensing error: No TOOLS.ini file found
**环境:32位系统,win 10;keil 5.25版本,编译器copiler 6.7
**现象:使用编译器编译后出现如下信息
**原因:PC系统更新至windows 10 版本V1803,导致。官网查询,keil for MDK 5.25以上版本将解决掉此漏洞。
*解决:
1、 下载Arm Compiler 6.10.1.链接为
https://developer.arm.com/products/software-development-tools/compilers/arm-compiler/downloads/version-6/6-10-1
2、 解压后,双击setup.exe
3、安装路径选择
4、将新安装编译器添加至序列。打开keil软件,以下操作在主菜单下
(1)help-About uVision,显示如下信息(原编译器信息)
(2)更改配置Project—Manage—project items—Folders/Extensions,标记改为新安装的compiler 6.10.1
(3)可在Options时,选择新安装编译器
选用6.10.1版本编译后,问题解决