|
关于DDK开发中的Build SoftICE Symbols的问题,我编译的工程生成了.sys文件,但没有生成.nms等用于调试的文件,不知是否和下面的出错信息
[复制链接]
以下是出错的内容,我不明白“Matching PDB file not found.”是什么意思,是不是说生成的.sys文件里面没有编译信息?
--------------------Configuration: RepSample - Win32 Free--------------------
Compiling resources with DDK resource compiler...
Compiling with DDK compiler...
RepSampleDevice.cpp
RepSampleDriver.cpp
Generating Code...
Linking with DDK linker...
---------------------------Build SoftICE Symbols----------------------------
Compuware NM32 Symbol Translator/Loader version 4.3.2
(C) Compuware Corporation, 1996-2004
MODULE=.\objfre\i386\RepSample.sys
PROMPT=OFF
Error translating E:\我的梦工厂\DDK\RepSample\Driver\objfre\i386\RepSample.sys: Matching PDB file not found.
Error executing c:\windows\system32\cmd.exe.
RepSample.sys - 1 error(s), 0 warning(s)
--------------------Configuration: RepSample - Win32 Checked--------------------
Compiling resources with DDK resource compiler...
Compiling with DDK compiler...
RepSampleDevice.cpp
RepSampleDriver.cpp
Generating Code...
Linking with DDK linker...
---------------------------Build SoftICE Symbols----------------------------
Compuware NM32 Symbol Translator/Loader version 4.3.2
(C) Compuware Corporation, 1996-2004
MODULE=.\objchk\i386\RepSample.sys
PROMPT=OFF
Error translating E:\我的梦工厂\DDK\RepSample\Driver\objchk\i386\RepSample.sys: Matching PDB file not found.
Error executing c:\windows\system32\cmd.exe.
RepSample.sys - 1 error(s), 0 warning(s)
|
|