NotePublic/Software/Applications/Keil/Keil_工程切换_AC5_AC6_编译器.md

28 lines
688 B
Markdown
Raw Normal View History

---
layout: post
title: "Keil 工程切换 AC5/AC6 编译器"
subtitle: ""
description: "通过 Keil 工程控制使用 AC5/AC6 编译器。"
excerpt: "通过修改 Keil 工程文件,切换 AC5/AC6 编译器。"
date: 2023-03-24 12:30:00
author: "Rick Chan"
tags: ["Applications", "Keil"]
categories: ["Software"]
published: true
---
## 1. 方法 1
在 Project->Options for Target->Target->Code Generation->ARM Compiler 中进行选择.
## 2. 方法 2
用文本工具打开 *.uvprojx 工程文件,修改如下 uAC6 字段。
```html
<uAC6>0</uAC6>
```
- 0禁用 AC6 编译器(使用 AC5 编译器)。
- 1使能 AC6 编译器;