I'm trying to build a library (driver library to be exact) using the build utility. When it type 'build', this is what comes up:
BUILD: Adding /Y to COPYCMD so xcopy ops won't hang.
BUILD: Object root set to: ==> objchk_w2K_x86
BUILD: Compile and Link for i386
BUILD: Loading C:\WINDDK\3790\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining z:\vfs directory for files to compile.
z:\vfs - 1 source files (903 lines)
BUILD: Saving C:\WINDDK\3790\build.dat...
BUILD: Compiling z:\vfs directory
Compiling - block_dev.c for i386
Building Library - z:\obj\i386\vfslib.lib for i386
LIB : error LNK1218: warning treated as error; no output file generated
BUILD: Done
2 files compiled - 301 LPS
1 library built - 1 Warning - 1 Error
The line I'm having problems with is 'LIB : error LNK1218: warning treated as error; no output file generated'. Unfortunately, the compiling process gives no errors. I've googled it and that turned 2 or 3 useless links. I can somewhat narrow the problem down to the file block_dev.c but I can't go any further. Help!
Question
MrA
Hi,
I'm trying to build a library (driver library to be exact) using the build utility. When it type 'build', this is what comes up:
The line I'm having problems with is 'LIB : error LNK1218: warning treated as error; no output file generated'. Unfortunately, the compiling process gives no errors. I've googled it and that turned 2 or 3 useless links. I can somewhat narrow the problem down to the file block_dev.c but I can't go any further. Help!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts