Specifications
718 CVPACK Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 718 of 34 Printed: 10/09/00 02:49 PM
CK1001 out of memory
The executable file is too big for the available memory. This error can occur with MS-
DOS when there is little extra memory. Even though CVPACK uses virtual memory,
which involves swapping to disk, some information can be stored only in real memory.
One of the following may be a solution:
u Assemble and link in separate steps (that is, use NMAKE).
u Recompile one or more of the object files without debugging information. If the file
was compiled using the /Zi option, use either /Zd or no option.
u Add more memory to your computer.
CK1002 out of virtual memory
There was not enough virtual memory for CVPACK to pack the executable file. Virtual
memory can be any of the following:
u Conventional memory. Remove TSR (terminate-and-stay-resident) programs or run
CVPACK outside of a shell or a makefile.
u Extended or expanded memory. Run CVPACK under a DPMI server, or as an MS-
DOS session within the Windows operating system (386 Enhanced Mode).
u Disk space. Free some disk storage.
CK1003 cannot open file
CVPACK could not open the specified executable file.
One of the following may be a cause:
u The specified file does not exist. Check the spelling of the filename and path.
u The executable file was opened or deleted by another process.
CK1004 file is read-only
CVPACK cannot pack a read-only file. Change the read attribute on the executable file
and run CVPACK again.
CK1005 invalid executable file
CVPACK could not process the executable file. One of the following may be a cause:
u The debugging information in the executable file is corrupt.
u The executable file is a zero-length file.
CK1006 invalid module module
The given object file did not have a valid format.
Check the linker version.