eewolf
驱动牛犊
驱动牛犊
  • 注册日期2005-03-03
  • 最后登录2005-03-07
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1279回复:1

救命,求助ds的link问题

楼主#
更多 发布于:2005-03-06 18:14
用ds自动生成了一个usb驱动
选build *.sys连接时出现了如下错误:
CVTRES : fatal error CVT1102: out of memory; 39 bytes required
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
用driverstuodio菜单下的duild with build.exe倒是生成了sys文件,可是又没有inf
idaxsy
驱动大牛
驱动大牛
  • 注册日期2004-12-09
  • 最后登录2006-03-17
  • 粉丝0
  • 关注0
  • 积分386分
  • 威望54点
  • 贡献值0点
  • 好评度8点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2005-03-07 11:17
Linker Tools Error LNK1123
failure during conversion to COFF: file invalid or corrupt

The object or resource could not be converted to COFF.

This tool requires the format of all input files to be COFF. If an input file is not COFF, the tool runs a conversion tool, either CVTOMF (to convert 32-bit OMF objects) or CVTRES (to convert resource files).

One of the following may be a cause:

The file is corrupt.


The file is not a valid file type. An example of an invalid type is a 16-bit OMF object.
This error is preceded by errors or warnings from the conversion tool.
[b]万水千山总是情,回个帖子行不行?[/b]
游客

返回顶部