本帖最后由 李维强-15级 于 2023-8-6 20:24 编辑
keil5 在C/C++(AC6)选项卡中,Misc Controls栏写入:
- -Wno-invalid-source-encoding -Wno-error=armcc-pragma-import -Wno-error=armcc-pragma-arm
复制代码
STM32使用AC6 加载新的编译器
变动
https://mp.weixin.qq.com/s?__biz ... =21#wechat_redirect
keil5 arm compiler6 编译器 使用注意事项(踩坑)
https://blog.csdn.net/dai410257573/article/details/120862380
去除中文警告
[C] syntaxhighlighter_viewsource syntaxhighlighter_copycode -Wno-invalid-source-encoding
https://blog.csdn.net/weixin_42378319/article/details/108796095
使用LWIP的netconn接口在STM32上建立一个客户端
https://blog.csdn.net/qq_43527819/article/details/110050717
https://www.eet-china.com/mp/a36629.html
https://download.csdn.net/downlo ... 7?utm_source=bbsseo
https://blog.csdn.net/xslxhn/article/details/83375920 |