ICCAVR:cannot include source file "iom16.h"

简介: 使用iccv7avrV7.22,ICCAVR编译现成工程报错:   查看ICCAVR安装E:\iccv7avr\include目录,发现没有iom16.h文件,与其最近的是iom16v.h。

使用iccv7avrV7.22,ICCAVR编译现成工程报错:

QQ截图20150818231831

 

查看ICCAVR安装E:\iccv7avr\include目录,发现没有iom16.h文件,与其最近的是iom16v.h。

image

 

将iom16.h更换成iom16v.h编译一下:

image

 

编译通过!

问题解决!

相关文章
|
7月前
|
Java
cannot open shared object file: No such file or directory
cannot open shared object file: No such file or directory
90 0
|
数据安全/隐私保护
fatal error: boost/algorithm/string.hpp: 没有那个文件或目录
fatal error: boost/algorithm/string.hpp: 没有那个文件或目录
完美解决common_define.h: No such file or directory
完美解决common_define.h: No such file or directory
242 0
完美解决common_define.h: No such file or directory
|
PyTorch 算法框架/工具
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument
223 0
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument
|
Windows
Cannot open include file: ‘Windows.h‘: No such file or directory
Cannot open include file: ‘Windows.h‘: No such file or directory
266 0
|
计算机视觉
catkin_make:Project ‘cv_bridge‘ specifies ‘/usr/include/opencv‘ as an include dir, which is not fo
catkin_make:Project ‘cv_bridge‘ specifies ‘/usr/include/opencv‘ as an include dir, which is not fo
273 0
Cannot open include file: 'unistd.h': No such file or directory的解决办法
Cannot open include file: 'unistd.h': No such file or directory的解决办法
394 0
jni开发的时候fatal error: iostream: No such file or directory
终于建了一个自己个人小站:https://huangtianyu.gitee.io,以后优先更新小站博客,欢迎进站,O(∩_∩)O~~       一向觉得iostream这个头文件可以随便包含,肯定不会出错,然后今天在开发jni的时候却遇到:fatal error: iostream: N...
2411 0