pinkfire
驱动牛犊
驱动牛犊
  • 注册日期2007-08-14
  • 最后登录2007-12-13
  • 粉丝0
  • 关注0
  • 积分120分
  • 威望13点
  • 贡献值0点
  • 好评度12点
  • 原创分0分
  • 专家分0分
阅读:1074回复:0

关于PB编译驱动的问题

楼主#
更多 发布于:2007-08-27 22:52
各位好,我最近做的一个矩阵键盘驱动,在添加进系统内核一起编译时,总是说找不到头文件,如下所示:
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(35): Could not find the file INTCBits.h.
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(37): Could not find the file XSC1.h.
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(38): Could not find the file XSC1bd.h.
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(39): Could not find the file drv_glob.h.
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(40): Could not find the file oalintr.h.
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(41): Could not find the file PwrButtonpdd.h.
H:\WINCE420\PUBLIC\xsbdtest\kbddriver\kbddriver.cpp(42): Could not find the file bcr.h.
可我已经在SOURCES文件里面定义了这些头文件的地址,是
INCLUDES=H:\WINCE420\PUBLIC\xsbdtest\INC
可每次编译都是错误,哪位大侠知道啊,请不吝赐教!我不知道是哪的错误。。。。。
游客

返回顶部