阅读:1267回复:3
hellowdm为什么不能连接?在罗聪的主页上看到的关于WDM驱动程序的介绍后,按照hellowdm的步骤,进行了build,结果如下: D:\\lhb\\temp\\HelloWDM>build BUILD: Object root set to: ==> objchk BUILD: /i switch ignored BUILD: Compile and Link for i386 BUILD: Loading c:\\ntddk\\build.dat... BUILD: Computing Include file dependencies: BUILD: Examining d:\\lhb\\temp\\hellowdm directory for files to compile. d:\\lhb\\temp\\hellowdm - 1 source files (109 lines) BUILD: Compiling d:\\lhb\\temp\\hellowdm directory NMAKE : U1064: MAKEFILE not found and no target specified BUILD: nmake.exe failed - rc = 2 BUILD: Compile errors: not linking d:\\lhb\\temp\\hellowdm directory BUILD: Done 我的NTDDK在c盘。请问问题出现在什么地方?另外,INF如何生成? 我是一个新手,请不吝赐教! |
|
沙发#
发布于:2003-09-29 14:32
NMAKE : U1064: MAKEFILE not found and no target specified
Make a text file add this to the file !INCLUDE $(NTMAKEENV)\\makefile.def save this file as makefile <--- no extension !! put this in your project [编辑 - 9/29/03 by KMK] |
|
板凳#
发布于:2003-09-30 17:31
是,我copy了一个makefile文件就好了。谢谢!
|
|
地板#
发布于:2003-09-30 23:06
谢谢不用了 !
给分吧 !! 在第一贴上有给分键 !! |
|