mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-20 17:38:20 +00:00
55 lines
2.6 KiB
C
55 lines
2.6 KiB
C
"illegal operand types",ERROR,
|
|
"unknown mnemonic <%s>",ERROR,
|
|
"unknown section <%s>",ERROR,
|
|
"no current section specified",ERROR,
|
|
"internal error %d in line %d of %s",ERROR|FATAL,
|
|
"symbol <%s> redefined",WARNING, /* 5 */
|
|
"%c expected",WARNING,
|
|
"cannot resolve section <%s>, maximum number of passes reached",NOLINE|ERROR|FATAL,
|
|
"instruction not supported on selected architecture",ERROR,
|
|
"number or identifier expected",ERROR,
|
|
"could not initialize %s module",NOLINE|ERROR|FATAL, /* 10 */
|
|
"multiple input files",NOLINE|ERROR,
|
|
"could not open <%s> for input",NOLINE|ERROR|FATAL,
|
|
"could not open <%s> for output",NOLINE|ERROR|FATAL,
|
|
"unknown option <%s>",NOLINE|ERROR,
|
|
"no input file specified",NOLINE|ERROR|FATAL, /* 15 */
|
|
"could not initialize output module <%s>",NOLINE|ERROR|FATAL,
|
|
"out of memory",NOLINE|ERROR|FATAL,
|
|
"symbol <%s> recursively defined",ERROR|FATAL,
|
|
"fail: %s",ERROR|FATAL,
|
|
"section offset is lower than current pc",ERROR|FATAL, /* 20 */
|
|
"character constant too long",ERROR,
|
|
"undefined symbol <%s>",NOLINE|ERROR,
|
|
"trailing garbage after option -%c",NOLINE|WARNING,
|
|
"undefined macro parameter \'\\%d\'",ERROR,
|
|
"missing end directive for macro \"%s\"",ERROR|FATAL, /* 25 */
|
|
"macro definition inside macro \"%s\"",ERROR|FATAL,
|
|
"maximum number of %d macro arguments exceeded",ERROR,
|
|
"option -%c was specified twice",NOLINE|WARNING,
|
|
"read error on <%s>",NOLINE|ERROR|FATAL,
|
|
"expression must be constant",ERROR, /* 30 */
|
|
"initialized data in bss",WARNING,
|
|
"missing end directive in repeat-block",ERROR|FATAL,
|
|
"#%d is not a valid warning message",NOLINE|ERROR,
|
|
"relocation not allowed",ERROR,
|
|
"illegal escape sequence \\%c",WARNING, /* 35 */
|
|
"no current macro to exit",ERROR,
|
|
"internal symbol %s redefined by user",FATAL,
|
|
"illegal relocation",ERROR,
|
|
"macro id stack overflow",ERROR,
|
|
"macro id pull without matching push",ERROR, /* 40 */
|
|
"division by zero",ERROR,
|
|
"illegal macro argument",ERROR,
|
|
"reloc org is already set",ERROR|FATAL,
|
|
"reloc org was not set",ERROR,
|
|
"macro id insert on empty stack",ERROR, /* 45 */
|
|
"bad file-offset argument",ERROR,
|
|
"assertion \"%s\" failed: %s",ERROR,
|
|
"cannot declare structure within structure",ERROR,
|
|
"no structure",ERROR,
|
|
"instruction has been auto-aligned",WARNING, /* 50 */
|
|
"macro name conflicts with mnemonic",ERROR,
|
|
"macro name conflicts with directive",ERROR,
|
|
"non-relocatable expression in equate <%s>",NOLINE|ERROR,
|