KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q107496: FIX: Error C1001 Generated Due to Insufficient Disk Space

Article: Q107496
Product(s): Microsoft C Compiler
Version(s): 1.00 1.50 | 1.00
Operating System(s): 
Keyword(s): kbCompilerkbbuglist kbfixlist
Last Modified: 26-JUL-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- The C/C++ Compiler (CL.EXE), included with:
   - Microsoft Visual C++ for Windows, 16-bit edition, versions 1.0, 1.5 
   - Microsoft Visual C++, 32-bit Editions, version 1.0 
-------------------------------------------------------------------------------

SYMPTOMS
========

Compiling with insufficient disk may generate the following error message:

  

  fatal error C1001: INTERNAL COMPILER ERROR
               (compiler file 'msc1.cpp', line 602)
  Please choose the Technical Support command on the Visual
  Workbench Help menu, or open the Technical Support help file for
  more information.

CAUSE
=====

Lack of available disk space for the generation of various intermediate,
listing, and object files by the compiler causes the above error.

RESOLUTION
==========

Check for the available disk space when starting the compilation process; it
should be large enough for all the intermediate, listing, and object files to be
generated by the compiler.

STATUS
======

Microsoft has confirmed this to be a problem in the products listed at the
beginning of this article. This problem was corrected in Visual C++ version 2.0.

MORE INFORMATION
================

For other possible causes of this error, query in the Microsoft Knowledge base
on the following:

" C1001 msc1.cpp " (without the quotation marks)

Additional query words: 1.00 1.50 8.00 8.00c

======================================================================
Keywords          : kbCompiler kbbuglist kbfixlist
Technology        : kbVCsearch kbAudDeveloper kbCVCComp
Version           : 1.00 1.50 | 1.00
Issue type        : kbbug
Solution Type     : kbfix

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.