|
1 | 1 | ---
|
2 |
| -description: "Learn more about: Command-line errors and warnings" |
3 | 2 | title: "Command-line errors and warnings"
|
4 |
| -ms.date: "04/17/2019" |
5 |
| -ms.assetid: d02ec7df-26a5-4198-ac92-87b29ec9d5c8 |
| 3 | +description: "Learn more about: Command-line errors and warnings" |
| 4 | +ms.date: 04/17/2019 |
6 | 5 | ---
|
7 | 6 | # Command-line errors and warnings
|
8 | 7 |
|
9 | 8 | The articles in this section provide a reference to the command-line errors and warnings generated by the build tools. These messages have the form `Dxxxx`, where *xxxx* is a four-digit number.
|
10 | 9 |
|
11 |
| -[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)] |
| 10 | +[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)] |
12 | 11 |
|
13 | 12 | ## Command-line error messages
|
14 | 13 |
|
15 |
| -[Command-Line Error D8016](../../error-messages/tool-errors/command-line-error-d8016.md) \ |
16 |
| -[Command-Line Error D8021](../../error-messages/tool-errors/command-line-error-d8021.md) \ |
17 |
| -[Command-Line Error D8022](../../error-messages/tool-errors/command-line-error-d8022.md) \ |
18 |
| -[Command-Line Error D8027](../../error-messages/tool-errors/command-line-error-d8027.md) \ |
19 |
| -[Command-Line Error D8036](../../error-messages/tool-errors/command-line-error-d8036.md) \ |
20 |
| -[Command-Line Error D8037](../../error-messages/tool-errors/command-line-error-d8037.md) \ |
21 |
| -[Command-Line Error D8045](../../error-messages/tool-errors/command-line-error-d8045.md) \ |
22 |
| -[Command-Line Error D8048](../../error-messages/tool-errors/command-line-error-d8048.md) \ |
23 |
| -[Command-Line Error D8049](../../error-messages/tool-errors/command-line-error-d8049.md) |
| 14 | +| Error | Message | |
| 15 | +|--|--| |
| 16 | +| [Command-Line Error D8016](command-line-error-d8016.md) | 'option1' and 'option2' command-line options are incompatible | |
| 17 | +| [Command-Line Error D8021](command-line-error-d8021.md) | invalid numeric argument 'number' | |
| 18 | +| [Command-Line Error D8022](command-line-error-d8022.md) | cannot open 'messagefile' | |
| 19 | +| [Command-Line Error D8027](command-line-error-d8027.md) | cannot execute 'component' | |
| 20 | +| [Command-Line Error D8036](command-line-error-d8036.md) | '/option' not allowed with multiple source files | |
| 21 | +| [Command-Line Error D8037](command-line-error-d8037.md) | cannot create temporary il file; clean temp directory of old il files | |
| 22 | +| [Command-Line Error D8045](command-line-error-d8045.md) | cannot compile C file 'file' with the /clr option | |
| 23 | +| [Command-Line Error D8048](command-line-error-d8048.md) | cannot compile C file '*file-name*' with /ZW option | |
| 24 | +| [Command-Line Error D8049](command-line-error-d8049.md) | cannot execute '*compiler-component*': command line is too long to fit in debug record | |
24 | 25 |
|
25 | 26 | ## Command-line warning messages
|
26 | 27 |
|
27 |
| -[Command-Line Warning D9024](../../error-messages/tool-errors/command-line-warning-d9024.md) \ |
28 |
| -[Command-Line Warning D9025](../../error-messages/tool-errors/command-line-warning-d9025.md) \ |
29 |
| -[Command-Line Warning D9026](../../error-messages/tool-errors/command-line-warning-d9026.md) \ |
30 |
| -[Command-Line Warning D9027](../../error-messages/tool-errors/command-line-warning-d9027.md) \ |
31 |
| -[Command-Line Warning D9028](../../error-messages/tool-errors/command-line-warning-d9028.md) \ |
32 |
| -[Command-Line Warning D9035](../../error-messages/tool-errors/command-line-warning-d9035.md) \ |
33 |
| -[Command-Line Warning D9036](../../error-messages/tool-errors/command-line-warning-d9036.md) \ |
34 |
| -[Command-Line Warning D9040](../../error-messages/tool-errors/command-line-warning-d9040.md) \ |
35 |
| -[Command-Line Warning D9041](../../error-messages/tool-errors/command-line-warning-d9041.md) \ |
36 |
| -[Command-Line Warning D9043](../../error-messages/tool-errors/command-line-warning-d9043.md) |
| 28 | +| Warning | Message | |
| 29 | +|--|--| |
| 30 | +| [Command-Line Warning D9024](command-line-warning-d9024.md) | unrecognized source file type 'filename', object file assumed | |
| 31 | +| [Command-Line Warning D9025](command-line-warning-d9025.md) | overriding 'option1' with 'option2' | |
| 32 | +| [Command-Line Warning D9026](command-line-warning-d9026.md) | options apply to entire command line | |
| 33 | +| [Command-Line Warning D9027](command-line-warning-d9027.md) | source file '\<filename>' ignored | |
| 34 | +| [Command-Line Warning D9028](command-line-warning-d9028.md) | minimal rebuild failure, reverting to normal build | |
| 35 | +| [Command-Line Warning D9035](command-line-warning-d9035.md) | option '*option*' has been deprecated and will be removed in a future release | |
| 36 | +| [Command-Line Warning D9036](command-line-warning-d9036.md) | '*option\_2*' instead of '*option\_1*' | |
| 37 | +| [Command-Line Warning D9040](command-line-warning-d9040.md) | ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler | |
| 38 | +| [Command-Line Warning D9041](command-line-warning-d9041.md) | invalid value '*option-value*' for '/*option-name*'; assuming '*assumed-value*'; add '/analyze' to command-line options when specifying this warning | |
| 39 | +| [Command-Line Warning D9043](command-line-warning-d9043.md) | invalid value 'warning_level' for 'compiler_option'; assuming '4999'; Code Analysis warnings are not associated with warning levels | |
37 | 40 |
|
38 | 41 | ## See also
|
39 | 42 |
|
|
0 commit comments