NMAKE Fatal Error U1051 (Windows CE 5.0)

Send Feedback

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 Microsoft® Windows NT® 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, !ELSEIF, !ELSEIFDEF, and !ELSEIFNDEF.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.