1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-20 17:38:20 +00:00
mist-devel.mist-board/tools/vasm/output_errors.h
2014-01-31 12:21:39 +00:00

10 lines
561 B
C

"sections must not overlap",FATAL|ERROR|NOLINE,
"output module doesn't support cpu %s",ERROR|NOLINE,
"write error",FATAL|ERROR|NOLINE,
"section attributes <%s> not suppported",ERROR|NOLINE,
"reloc type %d, size %d, mask 0x%lx (symbol %s + 0x%lx) not supported",ERROR|NOLINE,
"reloc type %d not supported",ERROR|NOLINE, /* 05 */
"undefined symbol <%s>",ERROR|NOLINE,
"output module doesn't allow multiple sections of the same type (%s)",FATAL|ERROR|NOLINE,
"undefined symbol <%s> at %s+0x%lx, reloc type %d",ERROR|NOLINE,