当前位置: 技术问答>linux和unix
使用arm-linux-gcc编译,出现compilation of header file requested错误
来源: 互联网 发布时间:2016-08-10
本文导语: 用arm-linux-gcc编译三个文件: main.c ter_pro.h ter_pro.c 使用的系统头文件是: #include #include #include #include 在代码目录下执行arm-linux-gcc命令: arm-linux-gcc -otest main.c ter_pro.h ter_pro.c 出现错误:compilation of header file requ...
用arm-linux-gcc编译三个文件:
main.c ter_pro.h ter_pro.c
使用的系统头文件是:
#include
#include
#include
#include
在代码目录下执行arm-linux-gcc命令:
arm-linux-gcc -otest main.c ter_pro.h ter_pro.c
出现错误:compilation of header file requested
这个错误是什么意思,该怎么解决啊.
main.c ter_pro.h ter_pro.c
使用的系统头文件是:
#include
#include
#include
#include
在代码目录下执行arm-linux-gcc命令:
arm-linux-gcc -otest main.c ter_pro.h ter_pro.c
出现错误:compilation of header file requested
这个错误是什么意思,该怎么解决啊.
|
无关紧要,也许高版本的gcc更智能了