Share via


NMAKE Fatal Error U1051 (Windows Embedded CE 6.0)

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.

See Also

Reference

NMAKE Errors U1000 through U4011