阅读:1234回复:0
搭建wdm型平台发现问题 请大家赐教!!!
偶是新手初涉,根据掌握的信息,先开始搭建平台工作。。
软件的安装顺序:VC6.0 -> DDK_XP -> DriverStudio3.2 1.安装英文原版Visual studio 6.0;同时要记住注册环境变量 2.安装NTDDK或者XPDDK. 3.安装DS3.2 4.启动VC,点击DriverStudio菜单下的DDK Build Settings 在弹出的对话框中选择已经安装的DDK目录.在Windows DDK compiler Options中选择: "Enable only for Driver Studio".如果是用DS2.6生成的项目则选择:"Enable for all c/c++ projects". 5.用Open Workspace打开位于DS安装目录的 ……\DriverWorks\Source\vdwlibs.dsw。 6. 选择VC的Build菜单,选择batch Build,在之后的对话框中选择"Select x86",然后点击Rebuld all.等待编译成功 7.打开位于……\DriverWorks\Examples\wdm\hellowdm.dsw,然后编译(用VC的编译和用DS增加的编译钮都可以)。如果你可以在其目录中找到hellowdm.sys你就成功了。恭喜……恭喜…… !!!上面第6步,没有编译成功。。但我是根据这个步骤一步步做下来的啊,想不通哪里出错了 我把错误的地方发上来: --------------------Configuration: VdwLibs - Win32 WDM Free-------------------- C:\Program Files\Compuware\DriverStudio\DriverWorks\include\dep_wdm\hidport.h(6) : fatal error C1189: #error : The file is from the DDK at src\wdm\hid\inc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK! vdw_wdm.lib - 1 error(s), 0 warning(s) 所以,请教下各位驱动的过来人,怎么样才可以编译成功。。小妹先谢过了啊 |
|