fly_fly
驱动牛犊
驱动牛犊
  • 注册日期2002-01-12
  • 最后登录2004-06-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1446回复:7

Out of environment space

楼主#
更多 发布于:2002-06-27 15:54
在.bat文件中
使用set mDDKDir=E:\\Win98时出现
“Out of environment space”

请问:这可能是由于什么原因造成的?

最新喜欢:

feihuifeihui
tigerzd
驱动老牛
驱动老牛
  • 注册日期2001-08-25
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-06-27 15:57
You should increase your environment space because the Windows 98 DDK, compiler, and assembler (and the optional Platform SDK) all use additional environment space for storage of search paths.

Note  The Windows 98 DDK uses the current VCVars.Bat as part of creating the build environment. This includes setting your current path to include the installation source of Visual C++. You may want to delete the line vcsource=<Install Path> from %DDKRoot%\\Bin\\DDKVars.Bat if you installed from over a network. Doing so may reduce the time required to build the drivers.

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]
fly_fly
驱动牛犊
驱动牛犊
  • 注册日期2002-01-12
  • 最后登录2004-06-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-06-27 16:21
谢谢你tigerzd

再请问默认情况下该值是多少?
tigerzd
驱动老牛
驱动老牛
  • 注册日期2001-08-25
  • 最后登录2004-12-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地板#
发布于:2002-06-27 16:23
我也不知道。 :D
犯强汉者,虽远必诛! [img]http://www.driverdevelop.com/forum/upload/tigerzd/2002-12-13_sf10.JPG[/img]
fly_fly
驱动牛犊
驱动牛犊
  • 注册日期2002-01-12
  • 最后登录2004-06-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地下室#
发布于:2002-06-28 08:17
还有一个问题:当我把该.bat在VC6编译时,仍出现Out of environment space,请问这又是什么原因,怎么解决?
apmusb
游客
游客
5楼#
发布于:2002-06-28 09:15
还有一个问题:当我把该.bat在VC6编译时,仍出现Out of environment space,请问这又是什么原因,怎么解决?  

不是这样的!shell=c:\\command.com /p /e:4096 加到Config.sys 里面。如果还不行就把4096增大。如果还不行,就把Config.sys里面的东西都去掉试一试!别忘了每次都要重新启动计算机。
arthurtu
驱动巨牛
驱动巨牛
  • 注册日期2001-11-08
  • 最后登录2020-12-19
  • 粉丝0
  • 关注0
  • 积分26分
  • 威望161点
  • 贡献值0点
  • 好评度35点
  • 原创分0分
  • 专家分0分
  • 社区居民
6楼#
发布于:2002-06-28 09:20
默认是512
加shell=c:\\command.com /p /e:4096应该就够了。
fly_fly
驱动牛犊
驱动牛犊
  • 注册日期2002-01-12
  • 最后登录2004-06-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
7楼#
发布于:2002-06-28 10:01
我在MSDOS命令行上运行是可以的,而且我的Config.sys只有这句话,我也觉得加shell=c:\\command.com /p /e:4096应该就够了。但当我在VC下时就不行的!。。。?
游客

返回顶部