阅读:1113回复:0
关于PB编译驱动的问题
各位好,我最近做的一个矩阵键盘驱动,在添加进系统内核一起编译时,总是说找不到头文件,如下所示:
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 可每次编译都是错误,哪位大侠知道啊,请不吝赐教!我不知道是哪的错误。。。。。 |
|