Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
out of memory
NMAKE ran out of memory, including virtual memory, because the makefile was too large or complex.
The following list shows possible solutions for this error.
- Free some space on disk.
- Increase the size of the Windows Embedded CE paging file or the Windows swap file.
- If only part of the makefile is being used, either divide the makefile into separate files or use !IF preprocessing directives to limit the amount that NMAKE must process. The !IF directives include !IF, !IFDEF, !IFNDEF, !ELSE IF, !ELSE IFDEF, and !ELSE IFNDEF.