阅读:988回复:3
很奇怪的问题
我在用PB编译驱动的时候(compile)
出现一个问题:编译所有的原文件的时候出现 fatal error 1010:unexpected end of file while looking for precompiled header directory 在cepc release ,emulator debug和emulator release下编译 的时候会出现这个问题但在cepcdebug 的下是不会出现这个问题. 我把所有原文件的.h都注掉还是出现这个问题. 我估计是设置问题但不知道哪里出问题. fatal error 1010 ce help 解释是: incorrect file specified as a header file an include file specified with /yu(use precompilied header) is not listed in the source file |
|
沙发#
发布于:2004-12-03 12:49
你的驱动的工程里面有stdafx.h头文件吗?如果有,在你出错的cpp文件的最开始的地方加上#include "stdafx.h" ,看看行不行?
|
|
|
论坛版主
|
板凳#
发布于:2004-12-03 14:16
你用了预编译头文件?是不是里面包含的某个头文件有问题,条件编译选项把它过滤掉了?还有你看看预编译头本身是不是写错了一点点。比如括号什么的少了一个
|
|
地板#
发布于:2004-12-07 09:59
mycookie兄弟,问题解决了吗?
|
|
|