diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/TOOLS/C23.ERR | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/TOOLS/C23.ERR')
| -rw-r--r-- | v4.0/src/TOOLS/C23.ERR | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/v4.0/src/TOOLS/C23.ERR b/v4.0/src/TOOLS/C23.ERR new file mode 100644 index 0000000..966407d --- /dev/null +++ b/v4.0/src/TOOLS/C23.ERR | |||
| @@ -0,0 +1,73 @@ | |||
| 1 | /* fatals */ | ||
| 2 | |||
| 3 | 1001 "Internal Compiler Error\n\t\t(compiler file '%s', line %d)\n\t\tContact Microsoft Technical Support" | ||
| 4 | 1002 "out of heap space" | ||
| 5 | 1003 "error count exceeds %d; stopping compilation" | ||
| 6 | 1004 "unexpected EOF" | ||
| 7 | 1005 "string too big for buffer" | ||
| 8 | 1006 "write error on compiler intermediate file" | ||
| 9 | 1007 "unrecognized flag '%s' in '%s'" | ||
| 10 | 1027 "DGROUP data allocation exceeds 64K" | ||
| 11 | 1028 "infinite recursion in cnstrpush" | ||
| 12 | 1029 "there are > 512 bytes of arguments" | ||
| 13 | 1030 "there are > 512 bytes of local variables" | ||
| 14 | 1031 "limit exceeded for nesting function calls" | ||
| 15 | 1032 "cannot open object listing file '%s'" | ||
| 16 | 1033 "cannot open assembly language output file '%s'" | ||
| 17 | 1034 "cannot open source file '%s'" | ||
| 18 | 1035 "expression too complex, please simplify" | ||
| 19 | 1036 "cannot open source listing file '%s'" | ||
| 20 | 1037 "cannot open object file '%s'" | ||
| 21 | 1038 "unexpected end of file in Pass 3" | ||
| 22 | 1039 "unrecoverable heap overflow in Pass 3" | ||
| 23 | 1040 "unexpected EOF in source file '%s'" | ||
| 24 | 1041 "cannot open compiler intermediate file - no more files" | ||
| 25 | 1042 "cannot open compiler intermediate file - no such file or directory" | ||
| 26 | 1043 "cannot open compiler intermediate file" | ||
| 27 | 1044 "out of disk space for compiler intermediate file" | ||
| 28 | 1045 "floating-point overflow" | ||
| 29 | 1046 "bad %s flag, would overwrite '%s' with '%s'" | ||
| 30 | 1047 "too many %s flags, '%s'" | ||
| 31 | 1048 "unknown option '%c' in '%s'" | ||
| 32 | 1049 "invalid numerical argument '%s'" | ||
| 33 | 1050 "%s : code segment too large" | ||
| 34 | 1051 "program too complex" | ||
| 35 | 1058 "floating point expression too complex - would overflow NDP stack" | ||
| 36 | 1064 "too many text segments" | ||
| 37 | 1000 "UNKNOWN FATAL ERROR\n\t\tContact Microsoft Technical Support" | ||
| 38 | |||
| 39 | /* errors */ | ||
| 40 | |||
| 41 | 2023 "divide by 0" | ||
| 42 | 2024 "mod by 0" | ||
| 43 | 2125 "%s : allocation exceeds 64K" | ||
| 44 | 2126 "%s : automatic allocation exceeds %s" | ||
| 45 | 2127 "parameter allocation exceeds 32K" | ||
| 46 | 2128 "%s : huge array cannot be aligned to segment boundary" | ||
| 47 | 2129 "static function '%s' not found" | ||
| 48 | 2189 "constant item, -Gm, and data_seg pragma are incompatible" | ||
| 49 | 2000 "UNKNOWN ERROR\n\t\tContact Microsoft Technical Support" | ||
| 50 | |||
| 51 | /* warnings */ | ||
| 52 | |||
| 53 | 4054 "insufficient memory may affect optimization" | ||
| 54 | 4055 "constant moved out of CONST even though -Gm specified" | ||
| 55 | 4056 "overflow in constant arithmetic" | ||
| 56 | 4057 "overflow in constant multiplication" | ||
| 57 | 4058 "address of frame variable taken, DS != SS" | ||
| 58 | 4059 "segment lost in conversion" | ||
| 59 | 4060 "conversion of long address to short address" | ||
| 60 | 4061 "long/short mismatch in argument : conversion supplied" | ||
| 61 | 4062 "near/far mismatch in argument : conversion supplied" | ||
| 62 | 4063 "%s : function too large for post-optimizer" | ||
| 63 | 4064 "procedure too large, skipping %s optimization and continuing" | ||
| 64 | 4065 "recoverable heap overflow in post-optimizer - some optimizations may be missed" | ||
| 65 | 4066 "local symbol table overflow - some local symbols may be missing in listings" | ||
| 66 | 4069 "conversion of near pointer to long integer" | ||
| 67 | 4070 "function called as procedure" | ||
| 68 | 4072 "Insufficient memory to process debugging information" | ||
| 69 | 4073 "scoping too deep, deepest scoping merged when debugging" | ||
| 70 | 4078 "loss of debugging information caused by optimization" | ||
| 71 | 4185 "near call to %s in different segment" | ||
| 72 | 4186 "string too long. Truncated to %d characters" | ||
| 73 | 4000 "UNKNOWN WARNING\n\t\tContact Microsoft Technical Support" | ||