IAR 报错
IAR 报错合集
- 
Fatal Error[Pe1696]: cannot open source file "stdint.h"
 
Reason:
  这是因为找不到头文件stdint.h导致的。
Solution:
  先找到自己的IAR安装路径,复制,然后右键项目 --> Options --> C/C++ Compiler --> Preprocessor , 在 Additional include directories : 加入
"安装路径”\8051\inc\dlib\c
例如我的安装路径是D:\IAR\8.1,我加入的是
D:\IAR\8.1\8051\inc\dlib\c
结果如下图所示:

然后重新构建编译。
                    
                
                
            
        
浙公网安备 33010602011771号