*** Target 'led_c' uses ARM-Compiler 'Default Compiler Version 5' which is not available.
时间: 2024-01-20 18:17:03 浏览: 157
根据提供的引用内容,解决*** Target 'led_c' uses ARM-Compiler 'Default Compiler Version 5' which is not available的问题有以下两种方法:
1. 安装Compiler Version 5编译器:
- 首先,需要安装AC5编译器。可以参考博主的文章:KEIL MDK5.37版本自行添加AC5(ARMCC)编译器。
- 安装完成后,将AC5配置为路径C:\Keil_v5\ARM\ARM_Compiler_5.06u7。
2. 安装MDK5.37并安装ARM_Compiler_5:
- 首先,需要安装MDK5.37版本。
- 安装完成后,安装ARM_Compiler_5。
- 在安装过程中,将ARM_Compiler_5配置为路径C:\Keil_v5\ARM\ARM_Compiler_5.06u7。
相关问题
*** Target 'empty_LP_MSPM0G3507_nortos_keil' uses ARM-Compiler 'Default Compiler Version 5' which is not available.
这个问题是在描述一个编程环境中的警告,特别是针对Keil µVision集成开发环境(IDE)。"Target 'empty_LP_MSPM0G3507_nortos_keil' uses ARM-Compiler 'Default Compiler Version 5'" 表示你在尝试使用一个名为'empty_LP_MSPM0G3507_nortos_keil'的目标,该目标配置了默认的ARM编译器版本为5。然而,这个特定的编译器版本似乎在这个环境中不可用。
这可能是由于以下几个原因:
1. 编译器5可能已被移除,或者不再支持当前的项目设置。
2. Keil IDE需要更新到包含此编译器版本的更高版本。
3. 缺少必要的编译器安装或授权。
解决这个问题的一般步骤包括:
1. 检查Keil IDE的设置,确认是否可以选择其他可用的编译器版本。
2. 更新Keil IDE至最新版本,如果有必要的话。
3. 确保已安装并激活相应的编译器插件或许可证。
*** Target 'Target 1' uses ARM-Compiler 'Default Compiler Version 5' which is not available.
As an AI language model, I do not have the complete context of the error message. However, based on the available information, it seems that the target 'Target 1' is using the ARM-Compiler 'Default Compiler Version 5' which is not available. This could be due to a few reasons such as the compiler being outdated or not installed properly. To resolve this issue, you may need to update or reinstall the ARM-Compiler or try using a different version of the compiler that is available. Additionally, you may want to ensure that your target settings are configured correctly and that all necessary dependencies are installed.