sam_shi
驱动牛犊
驱动牛犊
  • 注册日期2002-05-22
  • 最后登录
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1170回复:2

菜鸟求教

楼主#
更多 发布于:2002-05-23 11:12
我是一个WDM的初学者,最近遇到了一个无法明白的问题:
我在编译philips D12 usb source code时,总是出现大量的
\"Out of environmentspace\",
\"Cannot \"retrieve \'BUILD_DEFAULT_TARGETS\', build environment is not complete.\"
\"BUILD: environment variable PROCESSOR_ARCHITECTURE must be defined\"
我又用其他的编译好的source code来编译,并在开始菜单中运行了
check build enviroment,仍是如此,我实在找不出原因,我的OS是
Win98,NTDDK,先装VC6.0,再装DDK的,不知哪位高手能指点一下,在下
不胜感激.
tigerzd
驱动老牛
驱动老牛
  • 注册日期2001-08-25
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-05-23 11:52
DDK documention:

To increase the environment space

Add the following command to your Config.sys file (or change the line already there):
shell=c:\\command.com /p /e:4096

This command gives you an environment of 4,096 bytes. If you receive \"out of environment space\" messages, you should increase the size of the environment further.
犯强汉者,虽远必诛! [img]http://www.driverdevelop.com/forum/upload/tigerzd/2002-12-13_sf10.JPG[/img]
sam_shi
驱动牛犊
驱动牛犊
  • 注册日期2002-05-22
  • 最后登录
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-05-23 12:24
版主,我按你所说的试了一下,果然成功,非常感谢!
游客

返回顶部