diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/README.md b/bsp/lpc55sxx/lpc55s69_nxp_evk/README.md index 57981c6950abe4b27e43cd25a95f5bc69753a0a0..822e779a61a81573b2451d4c6581e9396d2bc2e0 100644 --- a/bsp/lpc55sxx/lpc55s69_nxp_evk/README.md +++ b/bsp/lpc55sxx/lpc55s69_nxp_evk/README.md @@ -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 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/README_zh.md b/bsp/lpc55sxx/lpc55s69_nxp_evk/README_zh.md index 2b7efc093973e9f7a88d827501c21228fc233038..1c9b67a604a76aa662925d34c273b06f481902ce 100644 --- a/bsp/lpc55sxx/lpc55s69_nxp_evk/README_zh.md +++ b/bsp/lpc55sxx/lpc55s69_nxp_evk/README_zh.md @@ -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) 编译 diff --git a/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/bug.png b/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/bug.png new file mode 100644 index 0000000000000000000000000000000000000000..960836ab8b5ee8db0f108dc14d7f600f02a9566b Binary files /dev/null and b/bsp/lpc55sxx/lpc55s69_nxp_evk/figures/bug.png differ