MIPS Error Messages C2001 - C2525
The following table shows MIPS error messages number 1 through 525.
| No. | Severity | Message text |
|---|---|---|
| C2020 | ERROR | Local label number is out of range |
| C2083 | ERROR | Cannot open %Fs file: '%Fs': %Fs |
| C2084 | ERROR | Cannot read %Fs file: '%Fs': %Fs |
| C2110 | ERROR | Warnings treated as error - no object file generated |
| C2213 | ERROR | Invalid numerical argument '%s' |
| C2418 | ERROR | Extended-precision floating point not supported |
| C2506 | ERROR | Obsolete or corrupt binasm '%s' |
| C2508 | ERROR | Illegal branch-label '%s' reference at line (%d): branch and label are in different sections |
| C2511 | ERROR | Redefinition of symbol '%s' |
| C2512 | ERROR | .repeat only valid in assembler |
| C2513 | ERROR | .endr only valid in assembler |
| C2515 | ERROR | .noalias and .alias require gp registers |
| C2516 | ERROR | .cpload must be inside noreorder |
| C2517 | ERROR | .half not on halfword boundary |
| C2518 | ERROR | .word not on word boundary |
| C2519 | ERROR | .dword not on double-word boundary |
| C2520 | ERROR | .float or .double not on double-word boundary |
| C2522 | ERROR | Both .cpalias and .cprestore used in the same .ent/.end pair |
| C2523 | ERROR | .cpalias registers do not match between .ent/.end pair |
| C2524 | ERROR | .cprestore offsets do not match between .ent/.end pair |
| C2525 | ERROR | .cprestore or .cpalias can only be placed in text |