IAR STM32报错Error[Pe147]:declaration is incompatible with“__nounwind __interwork __softfp unsigned
生活随笔
收集整理的這篇文章主要介紹了
IAR STM32报错Error[Pe147]:declaration is incompatible with“__nounwind __interwork __softfp unsigned
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
IAR STM32工程中報錯:
Error[Pe147]: declaration is incompatible with "__nounwind __interwork __softfp unsigned int __iar_builtin_REV16(unsigned int)" (declared at line 197 of "D:\STM32F103_Demo\Core\core_cm3.h?
解決方法:
在core_cm3中找到#include <intrinsics.h> 將其注釋掉
總結
以上是生活随笔為你收集整理的IAR STM32报错Error[Pe147]:declaration is incompatible with“__nounwind __interwork __softfp unsigned的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C语言 BMP24位变单色,怎么将24位
- 下一篇: linux删除文件夹和文件