Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 868 Bytes

command-line-error-d8027.md

File metadata and controls

27 lines (19 loc) · 868 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Command-Line Error D8027
Command-Line Error D8027
11/04/2016
D8027
D8027
f228220f-0c7f-49a6-a6e0-1f7bd4745aa6

Command-Line Error D8027

cannot execute 'component'

The compiler could not run the given compiler component or linker.

To fix by checking the following possible causes

  1. Not enough memory to load the component. If NMAKE invoked the compiler, run the compiler outside of the makefile.

  2. The current operating system could not run the component. Make sure the path points to the executable files appropriate to your operating system.

  3. The component was corrupted. Recopy the component from the distribution disks, using the SETUP program.

  4. An option was specified incorrectly. For example:

    cl /B1 file1.c