bsp][LPC55S69] README文档增加keil版本编译报错解决方案 (#6910)

This commit is contained in:
Yifang 2023-02-07 11:15:42 +08:00 committed by GitHub
parent 60199160cf
commit 53dcac6f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View File

@ -87,7 +87,19 @@ On the menuconfig page, configure and select the corresponding chip model, if th
**MDK and IAR must manually select the chip signal once in the project after the project is built, otherwise a serious compilation error will be generated.**
---
Note: Because some versions of Keil5 have issues with AC6 compiler support, it is recommended to upgrade keil to the latest version
> [Download the latest version of Keil here](https://www.keil.com/update/check.asp?P=MDK&V=5.38.0.0&S=)
Some error messages are as follows:
![](./figures/bug.png)
Or you can choose to refer to this forum post:[AC6 compiler error unsupported option '--c99' solution](https://club.rt-thread.org/ask/question/4c744e41ded5efb0.html)
---
5) Compile

View File

@ -89,7 +89,17 @@ LPC55S69 是由恩智浦NXP半导体推出的基于Cortex-M33内核的高性能
**MDK 与 IAR 在生成完成工程之后一定要在工程中手动选择一次芯片信号,否则会产生严重编译错误**
---
注意由于Keil5有部分版本对AC6编译器支持有问题这里建议将keil升级为最新版本
> 此处附上Keil[最新版下载官网](https://www.keil.com/update/check.asp?P=MDK&V=5.38.0.0&S=)
下面是部分编译报错信息:
![](./figures/bug.png)
或参考此论坛博文:[AC6编译报错unsupported option '--c99'解决办法](https://club.rt-thread.org/ask/question/4c744e41ded5efb0.html)
5) 编译

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB