阅读:1277回复:1
救命,求助ds的link问题
用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 |
|
沙发#
发布于: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. |
|
|