Fatal Error[Pe1696]:cannot open source file “sys.h”
生活随笔
收集整理的這篇文章主要介紹了
Fatal Error[Pe1696]:cannot open source file “sys.h”
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
STM32的IAR工程報錯:
Fatal Error[Pe1696]: cannot open source file "sys.h"?
解決方法:
將#include "sys.h"改為:
#ifndef __SYS_H? ? ? ? ? ? ? #define __SYS_H? ? ? ? ?? #endif??
總結
以上是生活随笔為你收集整理的Fatal Error[Pe1696]:cannot open source file “sys.h”的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: OpenCV学习(二十一) :计算图像连
- 下一篇: QT综合示例:QT串口通信