51Testing软件测试论坛

标题: “cannot include source file "includes.h"; file not found” [打印本页]

作者: mgy    时间: 2009-5-4 09:38
标题: “cannot include source file "includes.h"; file not found”
Icc7编译时提示“cannot include source file "includes.h"; file not found”
但是includes.h和main.c等其他文件都是放在同一个文件夹里的。

includes.h的内容如下:
#ifndef __includes_h
#define __includes_h
#ifdef T6963_C
#include "dot.h"
#endif
#include "t6963.h"
#include <iom16v.h>   
//#include <macros.h>
#include <stdlib.h>
#include <stdio.h>
#endif

有人知道是什么原因吗? 多谢了
作者: doclas    时间: 2009-11-7 00:36
标题: 编译选项的include目录没有指定
cc 命令需要使用-I来指定include的目录;当然cc有几个编译器默认的系统include目录,如果你的是系统目录,可能是系统目录设置错误了;
如果不是在系统目录下,就需要用cc 的参数-I来指定。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2