阅读:1839回复:7
用vc6.0编译ddk的错误用vc6.0编译Chris Cant的wdm1的例子,按要求在setting输入: MakeDrvr D:\\98ddk D: D:\\Driver\\WDM驱动开发指南光盘\\wdm1\\sys free 出现一下错误: -------------------Configuration: Wdm1 - Win32 Free------------------- New or updated MSVC detected. Updating DDK environment.... Out of environment space Out of environment space Out of environment space Out of environment space Setting environment for using Microsoft Visual C++ tools. Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Out of environment space Starting dirs creation....Completed. DOSKey installed Bad command or file name Wdm1.sys - 0 error(s), 0 warning(s) 请赐教 |
|
|
沙发#
发布于:2002-03-19 09:09
你的环境变量内存区溢出,请增大环境变量区.
|
|
板凳#
发布于:2002-03-19 09:21
请参考此帖
http://www.driverdevelop.com/forum/html_9186.html |
|
地板#
发布于:2002-03-20 22:47
我在MakeDrvr.bat加上
command /e:32768 扩大环境变量区 但还是不行 |
|
|
地下室#
发布于:2002-03-21 08:28
建议通过二步查错:
1.直接在DDK中用 nmake 命令能正确编译吗? 2.若能,你的 makedrvr.bat 文件写的是否正确,路径是否正确? |
|
5楼#
发布于:2002-03-21 21:22
直接用ddk能够编译,makedrvr.bat 是Chris Cant书上提供的,路径没有问题
|
|
|
6楼#
发布于:2002-03-21 21:30
参看
[url]http://www.driverdevelop.com/forum/html_8943.html [/url] |
|
7楼#
发布于:2002-03-27 06:42
1、在config.sys 中加入: shell=c:\\command.com /p /e:4096
2、将MakeDrvr设置到VC的可执行文件目录中。 或者在编译选项中指定MakeDrvr的所在路径。 假如你已经做了,当我没说。 ;) |
|