-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathoutput_errors.h
20 lines (20 loc) · 1.39 KB
/
output_errors.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"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 supported",ERROR|NOLINE,
"reloc type %d, size %u, 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,
"section <%s>: alignment padding (%lu) not a multiple of %lu at 0x%llx",WARNING|NOLINE,
"weak symbol <%s> not supported by output format, treating as global",WARNING|NOLINE, /* 10 */
"address 0x%llx out of range for selected format",ERROR|NOLINE,
"reloc type %d, mask 0x%lx to symbol %s + 0x%lx does not fit into %u bits",ERROR,
"data definition following a databss space directive",WARNING,
"file option %d max size exceeded: %lu",WARNING,
"absolute file path exceeds maximum size of %d characters",FATAL|ERROR|NOLINE, /* 15 */
"converting NONE relocation <%s> to 8-bit ABS with zero addend",WARNING|NOLINE,
"no additional space in section to convert NONE relocation <%s> to ABS",ERROR|NOLINE,
"section <%s>: kickstart 1.x cannot initialize bss sections >256k to zero",WARNING|NOLINE,
"too many symbols for selected output file format",ERROR|NOLINE,