--- 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 0 ``` - 0:禁用 AC6 编译器(使用 AC5 编译器)。 - 1:使能 AC6 编译器;