| 2875 |
dpurdie |
1 |
HELP_VERSION_INFO:%s vsn %s [%s]\n
|
|
|
2 |
HELP_TEXT_FORMAT:\nUsage: %s option-list input-file-list\n\n\
|
|
|
3 |
where\n\n\
|
|
|
4 |
option-list is a list of case-insensitive options.\n\
|
|
|
5 |
input-file-list is a list of input object and library files.\n\n
|
|
|
6 |
HELP_TEXT_1:\
|
|
|
7 |
List of options (abbreviations shown capitalised):\n\n\
|
|
|
8 |
General options:\n\n\
|
|
|
9 |
-Help Print this summary.\n\
|
|
|
10 |
-Output file Specify the name of the output file.\n\
|
|
|
11 |
-vsn Print version information.\n\n
|
|
|
12 |
HELP_TEXT_2:\
|
|
|
13 |
Options for selecting output file format:\n\n\
|
|
|
14 |
-elf Generate the image in ELF format.(Default).\n\
|
|
|
15 |
-aof Generate the consolidated object in AOF.\n\
|
|
|
16 |
-aif Generate the image in Executable AIF Format.\n\
|
|
|
17 |
-aif -bin Generate the image in Non-executable AIF Format.\n\
|
|
|
18 |
-bin Generate the image in plain binary format.\n\n
|
|
|
19 |
HELP_TEXT_3:\
|
|
|
20 |
Options for specifying memory map information:\n\n\
|
|
|
21 |
-scatter file Create the memory map as described in file.\n\
|
|
|
22 |
-ro-base n Set execution address of the region containing the RO section to n.\n\
|
|
|
23 |
-rw-base n Set execution address of the second execution region to n.\n\n
|
|
|
24 |
HELP_TEXT_4:\
|
|
|
25 |
Options for controlling image construction:\n\n\
|
|
|
26 |
-debug Include debug information in the output.(Default).\n\
|
|
|
27 |
-nodebug Do not include debug information in the output.\n\
|
|
|
28 |
-nozeropad Do not expand zero-init areas in a binary image.\n\
|
|
|
29 |
-noremove Do not remove unused areas from the image.\n\
|
|
|
30 |
-remove Remove unused areas from the image.\n\
|
|
|
31 |
-dupok Allow duplicate symbols.\n\
|
|
|
32 |
-entry See product documentation for details.\n\
|
|
|
33 |
-first See product documentation for details.\n\
|
|
|
34 |
-last See product documentation for details.\n\n
|
|
|
35 |
HELP_TEXT_5:\
|
|
|
36 |
Options for generating image-related information:\n\n\
|
|
|
37 |
-info topic-list Print information about each comma separated topic keyword.\n\n\
|
|
|
38 |
Totals Report the total code and data sizes in the image.\n\
|
|
|
39 |
Sizes Give a detailed breakdown of the code and data sizes per input object.\n\
|
|
|
40 |
Interwork List all calls requiring ARM/Thumb interworking veneers.\n\
|
|
|
41 |
Unused List all unused AREAs, when used with the -remove option.\n\n\
|
|
|
42 |
-map Create an image map listing the base and size of each constituent area.\n\
|
|
|
43 |
-symbols file Lists each symbol and its value to file.\n\
|
|
|
44 |
-xref Lists cross references between input areas.\n\n
|
|
|
45 |
HELP_TEXT_6:\
|
|
|
46 |
Options for controlling the linker:\n\n\
|
|
|
47 |
-errors file Redirect stderr to file.\n\
|
|
|
48 |
-list file Redirect stdout to file.Useful in conjunction with -map, -xrefs and -symbols\n\
|
|
|
49 |
-verbose Print messages indicating progress of the link operation.\n\
|
|
|
50 |
-via file Read a further list of input filenames from file.\n\
|
|
|
51 |
-case Use case-sensitive symbol name matching.(Default).\n\
|
|
|
52 |
-nocase Use case-insensitive symbol name matching.\n\
|
|
|
53 |
-match flags Sets the symbol-matching options. See product documentation for details.\n\
|
|
|
54 |
-unresolved symbol Match references to undefined symbols to the global definition of symbol.\n\
|
|
|
55 |
-u symbol As for -unresolved, but displays warnings for each unused symbol encountered.\n\n
|
|
|
56 |
MSG_FORMAT:%s: %s
|
|
|
57 |
msglevel_fatal:(Fatal)
|
|
|
58 |
msglevel_error:(Error)
|
|
|
59 |
msglevel_warning:(Warning)
|
|
|
60 |
msglevel_info:
|
|
|
61 |
fatal_nomember:3Missing library member in member list for %s.
|
|
|
62 |
fatal_extrachars:3Extra characters on end of member list for %s.
|
|
|
63 |
fatal_truncated:3Name %s has been truncated.
|
|
|
64 |
fatal_outmem:3Out of memory.
|
|
|
65 |
fatal_toobig:3Memory request (%lu bytes) too big.
|
|
|
66 |
fatal_tabtoobig:3Internal table (%lu entries) too big.
|
|
|
67 |
fatal_readerr:3Error reading file %s.
|
|
|
68 |
fatal_openerr:3Can't open file '%s'.
|
|
|
69 |
fatal_badobj:3Input file %s corrupt.
|
|
|
70 |
fatal_byteslost:3%lu bytes of part-word lost after word 0x%.lx of IHF output.\n
|
|
|
71 |
fatal_writeerr:3Error writing %s.
|
|
|
72 |
fatal_writeerr_stdout:3Error writing stdout.
|
|
|
73 |
fatal_noentry:3No entry point for image.
|
|
|
74 |
fatal_optype:3Unknown output type[%d].
|
|
|
75 |
fatal_notobj:3%s is not an object or library file.
|
|
|
76 |
fatal_byteorder:3%s has the opposite byte order to the preceding objects.
|
|
|
77 |
fatal_misslevel:3Can't create segment level %c until previous levels declared.
|
|
|
78 |
fatal_missseg:3Can't create segment %s until previous segments declared.
|
|
|
79 |
fatal_badovname:3%s, line %lu: bad overlay segment name %s.
|
|
|
80 |
fatal_badspace:3%s, line %lu: whitespace following '('.
|
|
|
81 |
fatal_badspace2:3%s, line %lu: whitespace following area name.
|
|
|
82 |
fatal_badnl:3%s, line %lu: newline in area list - use '\' to continue line.
|
|
|
83 |
fatal_badcont:3%s, line %lu: misplaced '\'.
|
|
|
84 |
fatal_missegbase:3%s, line %lu: missing base address for segment %s.
|
|
|
85 |
fatal_misbra:3%s, line %lu: misplaced '('.
|
|
|
86 |
fatal_misterm:3%s, line %lu: misplaced ')' or ','.
|
|
|
87 |
fatal_badchar:3%s, line %lu: invalid character, code %d.
|
|
|
88 |
fatal_eftmap:3EFT map botch: len = %lu, should be %lu.
|
|
|
89 |
fatal_noshlimage:3No shared library image file named in %s.
|
|
|
90 |
fatal_baseclash:3Absolute AREA %s based at %x has been placed at %x.
|
|
|
91 |
fatal_notfound:3File %s not found.
|
|
|
92 |
fatal_badqual:3/a or /l qualifier on AOF, a.out or .ar file %s.
|
|
|
93 |
fatal_badbase:3Badly formed or missing -RO-base/-Base value.
|
|
|
94 |
fatal_badsegbase:3Badly formed segment base address in overlay description file.
|
|
|
95 |
fatal_baddatabase:3Badly formed or missing -RW-base/-DATAbase value.
|
|
|
96 |
fatal_badoutput:3Bad output specification: use one of -aif, -elf, -aof, -scf, -ovf, -shl, -bin, -ihf or -rmf.
|
|
|
97 |
fatal_both_remove_and_noremove:3Conflicting options: only one of -remove and -noremove may be used.
|
|
|
98 |
fatal_reopen_stderr:3Can't reopen stderr to file %s.
|
|
|
99 |
fatal_badentry:3Badly formed constant on -Entry qualifier.
|
|
|
100 |
fatal_badmatchopts:3Badly formed constant on -Match qualifier.
|
|
|
101 |
fatal_badwork:3Badly formed constant on -Workspace qualifier.
|
|
|
102 |
fatal_too_many_objs:3Can't link more than %d object files.
|
|
|
103 |
fatal_nosymtab:3Library %s has no symbol table.
|
|
|
104 |
fatal_ood:3Out of date symbol table in library %s.
|
|
|
105 |
fatal_dirread:3Error reading directory '%s'.
|
|
|
106 |
fatal_multbases:3Multiple base addresses specified.
|
|
|
107 |
fatal_noarg:3No argument to -%s.
|
|
|
108 |
fatal_multunresolved:3Multiple -Unresolved options given.
|
|
|
109 |
fatal_multflag:3Multiple -%s options.
|
|
|
110 |
fatal_toomany:3%s, line %u: Too many argument words.
|
|
|
111 |
fatal_badflag:3Unrecognised option -%s.
|
|
|
112 |
fatal_badinfoarg:3Unrecognised argument %s on -info option
|
|
|
113 |
warn_plink_base_ignored:1-RO-base is incompatible with partially linked output. -RO-base ignored.
|
|
|
114 |
fatal_nofiles:3No files to link, use %s -help for help.
|
|
|
115 |
err_entryinoverseg:2Entry point 0x%lx+%s(%s) is in an overlay segment (%s).
|
|
|
116 |
err_entryinnonroot:2Entry point 0x%lx+%s(%s) is in a non-ROOT execution region (%s in load region %s).
|
|
|
117 |
err_entrynotinimage:2Entry point 0x%lx+%s(%s) is not in the image.
|
|
|
118 |
err_glob_muldef:2Global %s multiply defined (in %s and %s).
|
|
|
119 |
err_addarea_failed:2AREA %s(%s) has unknown attributes 0x%.2x.
|
|
|
120 |
err_strong_non_strong_def_plink:2Global %s defined both strong and non-strong while partial linking (in %s and %s).
|
|
|
121 |
err_mulsharedlibs:2Multiple shared libraries.
|
|
|
122 |
err_extref:2External ref to %s from shared library.
|
|
|
123 |
err_mulentries:2Multiple entry points found in %s(%s) and %s(%s).
|
|
|
124 |
err_badspecial:2Special AOF file %s out of specification.
|
|
|
125 |
err_ovarea:2No object(AREA) matches %s(%s).
|
|
|
126 |
err_truncated:2%s, line %u: line truncated
|
|
|
127 |
err_extnotfound:2External symbol '%s' not found.
|
|
|
128 |
err_locnotfound:2Symbol '%s' not found in object '%s'.
|
|
|
129 |
err_objnotfound:2Object '%s' not found.
|
|
|
130 |
err_eftnoncode:2EFT name %s(%s) is non-code symbol.
|
|
|
131 |
err_eftbadnum:2EFT parameter '%s' is not a number.
|
|
|
132 |
err_relocdata:2Data in AREA %s(%s) need relocating - impossible in shared library.
|
|
|
133 |
err_shlrefstub:2Sharable AREA %s(%s) directly addresses\n\
|
|
|
134 |
relocatable stub AREA %s(%s).
|
|
|
135 |
err_stubrefshl:2Stub AREA %s(%s) directly addresses\n\
|
|
|
136 |
sharable library AREA %s(%s).
|
|
|
137 |
err_shlname:2shared library name %s too long.
|
|
|
138 |
err_based_in_AIF:2BASED AREAs are illegal in non-reentrant AIF images\
|
|
|
139 |
(use -reentrant to force inclusion of %s(%s)).
|
|
|
140 |
err_base_overlap:2Data based at %lx overlaps code based at %lx.
|
|
|
141 |
err_incompat_attrib:2Attributes of -FIRST/LAST AREA incompatible with neighbouring %s(%s)\n\
|
|
|
142 |
(missing/extra attributes are {%s}).
|
|
|
143 |
err_pcrelabs:2PC relative reference to absolute symbol %s.
|
|
|
144 |
err_reloc:2Reloc at 0x%lx in %s(%s): value %ld exceeds range %u.
|
|
|
145 |
err_instreloc:2can't relocate instr [%.8lx] at offset 0x%lx in %s(%s).
|
|
|
146 |
warn_unaligned_reloc:1Unaligned data at offset 0x%lx in %s(%s).
|
|
|
147 |
warn_unaligned_relocs:1Unaligned data in %s(%s), use '-info unaligned' for more info
|
|
|
148 |
err_lost_reloc:2Relocation w.r.t. undefined %s lost at offset 0x%lx in %s(%s).
|
|
|
149 |
err_type2:1Old style relocation not supported with ARM/Thumb interworking in %s(%s)
|
|
|
150 |
err_inst_to_thumb_reloc:2Unsupported call from ARM code to Thumb symbol %s in %s(%s).
|
|
|
151 |
err_inst_to_arm_reloc:2Unsupported call from Thumb code to ARM symbol %s in %s(%s).
|
|
|
152 |
err_STRONG_undef:2Undefined STRONG symbol %s.
|
|
|
153 |
err_phase_reloc:2Phase error relocating to symbol %s in %s(%s).
|
|
|
154 |
err_phase_symcount:2Phase error: symbol count different (middle = %ld, write = %ld)
|
|
|
155 |
err_phase_strtsize:2Phase error: string table size different (middle = %ld, write = %ld)
|
|
|
156 |
info_both_arm_thumb:0Both ARM & Thumb versions of %s present in image.
|
|
|
157 |
err_noncores:2%s(%s) refers to non-coresident data.
|
|
|
158 |
err_relocB:2B or BL to unaligned destination.
|
|
|
159 |
err_unaligned_reloc:2Unaligned -apcs 3/reentrant relocation.
|
|
|
160 |
err_relocseq:2Relocated value too big for instruction sequence.
|
|
|
161 |
err_entryconflict:2Conflict between -entry option and ENTRY in AREA %s(%s)
|
|
|
162 |
err_bad_areaname:2(%s) bad object(area) name %s(%s) ignored.
|
|
|
163 |
err_mult_area:2(%s) object %s contains more than one AREA.
|
|
|
164 |
err_area_notfound:2(%s) AREA %s not found in object %s.
|
|
|
165 |
err_object_notfound:2(%s) object %s not found.
|
|
|
166 |
err_badsymbolforexportfromsharedlib:2Symbol %s cannot be exported from shared-library.
|
|
|
167 |
err_positiondependentreloc:2Position-dependent reloc at 0x%lx in %s(%s)
|
|
|
168 |
fatal_unsupported_feature:3%s is not supported by this release of the toolkit.
|
|
|
169 |
warn_obsolescent_feature:1%s will not be supported by future releases of the toolkit.
|
|
|
170 |
warn_obsolescent_linker_feature:1%s will not be supported by future releases of armlink.
|
|
|
171 |
warn_obsolescent_alias:1'%s' will not be supported by future releases of armlink. Please use alias '%s' instead.
|
|
|
172 |
warn_noentry:1No entry point for image.
|
|
|
173 |
warn_badverbose:1Badly formed constant on -v qualifier.
|
|
|
174 |
warn_filenotfound:1File %s not found.
|
|
|
175 |
warn_diffattr0:1AREA %s(%s) has conflicting attributes COMMON,SHLDATA;\
|
|
|
176 |
(COMMON ignored).
|
|
|
177 |
warn_symbol_match:1Reference to symbol %s matched to definition of %s.
|
|
|
178 |
warn_com_toobig:1COMMON %s(%s) is larger than its definition %s(%s).
|
|
|
179 |
warn_com_muldef:1Common AREA %s multiply defined by objects %s and %s.
|
|
|
180 |
warn_glob_muldef:1Global %s multiply defined (in %s and %s).
|
|
|
181 |
warn_deprecated:1Symbol %s referenced, %s used.
|
|
|
182 |
warn_diffattr1:1Attribute conflict between AREA %s(%s) and image code.
|
|
|
183 |
warn_diffattr2:1Attribute conflict within AREA %s\n\
|
|
|
184 |
(conflict first found with %s(%s)).
|
|
|
185 |
warn_diffattr3:1Attribute conflict between AREAS %s(%s) and %s(%s).
|
|
|
186 |
warn_fp3:1AREA %s(%s) uses revision-3 FP instructions.
|
|
|
187 |
warn_diffarea:1AREA %s differs between object %s and object %s.
|
|
|
188 |
warn_comsym_toobig:1COMMON symbol %s is larger than COMMON AREA %s (in object %s).
|
|
|
189 |
warn_oversegname:1Overlay segment name %s too long - truncated to %d characters.
|
|
|
190 |
err_eftname:2Missing ')' in EFT entry name %s(%s).
|
|
|
191 |
warn_eftdup1:1Duplicate EFT entry %s ignored.
|
|
|
192 |
warn_eftdup2:1Duplicate EFT entry %s(%s) ignored.
|
|
|
193 |
warn_nomatchingdata:1No object(AREA) matches '+ %s(%s)'.
|
|
|
194 |
warn_dupopline:1%s, line %u: duplicate output line ignored.
|
|
|
195 |
warn_missket:1%s, line %u: missing ')'.
|
|
|
196 |
warn_notreent:1AREA %s from object %s(%s) is not REENTRANT.
|
|
|
197 |
warn_noncores:1%s(%s) refers to non-coresident data.
|
|
|
198 |
warn_dupfname:1Duplicate file %s ignored.
|
|
|
199 |
warn_libqual:1Old style /a or /l qualifier on library %s.
|
|
|
200 |
warn_nosymtab:1Library %s has no symbol table.
|
|
|
201 |
warn_ood:1Out of date symbol table in library %s.
|
|
|
202 |
warn_commasep:1Old style ',' separator after %s, use ' '.
|
|
|
203 |
warn_nearoutmem:1Memory shortage, increase memory allocation.
|
|
|
204 |
warn_dbgignored:1Debug data incompatible with plain binary format (-d ignored).
|
|
|
205 |
err_relocignored:2Relocatable is incompatible with plain binary format (-r ignored).
|
|
|
206 |
warn_rwbaseignored:1-RW-base/-DATA incompatible with -IHF without -SPLIT\n\
|
|
|
207 |
(-RW-base/-DATA ignored).
|
|
|
208 |
warn_multentry:1Implicit entry point in %s(%s) redefined to %s.
|
|
|
209 |
warn_constmigrationtostub:1Constant symbol %s has migrated to the stub.
|
|
|
210 |
warn_badlibraryrequest:1Malformed library request: %s
|
|
|
211 |
warn_conflictinglibraryrequests:1Conflicting requests for library %s: variants %s and %s
|
|
|
212 |
info_uncache:0Memory shortage: uncaching %s.
|
|
|
213 |
info_unused_AREA_1:0Unreferenced AREA (%s) omitted from output.
|
|
|
214 |
info_unused_AREA_3:0Unreferenced AREA %s(%s) (file %s) omitted from output.
|
|
|
215 |
info_diffattrs:0(attribute difference = {%s}).
|
|
|
216 |
info_badref:0 (ref to |%s|+0x%lx at offset 0x%lx)
|
|
|
217 |
misc_areabase:AREA-base
|
|
|
218 |
info_ireloc:0(at 0x%lx in %s(%s): offset/value = 0x%lx bytes)
|
|
|
219 |
info_EFTPBlock:0Size of EFT parameter block = %u bytes
|
|
|
220 |
info_EFTSize:0The EFT has %lu entries
|
|
|
221 |
info_EFTEntry:0 eft[%3lu] = 0x%6lx %s
|
|
|
222 |
info_def:0 def: %s
|
|
|
223 |
info_ref:0 ref: %s
|
|
|
224 |
info_weakref:0 ref: %s (weak)
|
|
|
225 |
info_loadnamed:0 Loading named member %s from %s.
|
|
|
226 |
info_scanlib:0 Scanning library %s for referenced modules.
|
|
|
227 |
info_rescanlib:0 Re-scanning library %s for referenced modules.
|
|
|
228 |
info_loadlib:0 Loading whole library %s.
|
|
|
229 |
info_loadmemb:0 Loading %s to resolve %s.
|
|
|
230 |
info_loadobj:0 Loading object file %s.
|
|
|
231 |
info_openout:0Opening output file %s.
|
|
|
232 |
info_errors:0Errors in link, no output generated.
|
|
|
233 |
info_total_unused:0%d bytes of unused areas omitted.
|
|
|
234 |
info_mem_use:0Memory usage: heap=%d, heap perm=%d, temp=%d, cache=%d.
|
|
|
235 |
misc_removeoutput:%s: garbage output file %s removed\n
|
|
|
236 |
misc_internalerror:%s: Internal error.\n
|
|
|
237 |
misc_interrupted:%s: Interrupted by user.\n
|
|
|
238 |
misc_finished:%s: finished, %d informational, %d warning and %d error messages.\n
|
|
|
239 |
misc_finished_with_fatal:%s: finished, %d informational, %d warning, %d error and %d fatal error messages.\n
|
|
|
240 |
misc_refto:%s(%s) refers to %s(%s)\n
|
|
|
241 |
misc_reftosym:%s(%s) refers to %s(%s) for %s\n
|
|
|
242 |
misc_reloc1: Relocating AREA %s
|
|
|
243 |
misc_reloc2: from %s
|
|
|
244 |
misc_anon:<anon>
|
|
|
245 |
misc_map_areaname:AREA map of %s:\n\n
|
|
|
246 |
misc_map_hdr:Base Size Type RO? Name\n
|
|
|
247 |
misc_map_fromfile: from object file %s
|
|
|
248 |
misc_in_area: in area |%s|
|
|
|
249 |
misc_sym_hdr:\nSymbol Table\n\n
|
|
|
250 |
misc_sym_undefref: ?????? Undefined, Reference
|
|
|
251 |
misc_sym_undefweak: ?????? Undefined, WEAK Reference
|
|
|
252 |
misc_sym_strong: [strong]
|
|
|
253 |
misc_nonstrong_sym_hdr:\nNon-Strong Symbols\n\n
|
|
|
254 |
misc_xref_hdr:\nInter-AREA References\n\n
|
|
|
255 |
msgfmt_filelinecol:\"%s\", line %d (near column %d)
|
|
|
256 |
err_numbertoolong:2Number '%s...' is too long.
|
|
|
257 |
err_noregionname:2Missing region name.
|
|
|
258 |
err_nobaseaddress:2Missing base address.
|
|
|
259 |
err_unalignedbase:2Non-word-aligned base address.
|
|
|
260 |
err_expectedfound:2Expected '%s', found '%s'.
|
|
|
261 |
err_emptyscatterfile:2Scatter description file '%s' is empty.
|
|
|
262 |
warn_emptyloadregion:1Empty LOAD region.
|
|
|
263 |
warn_emptyexecregion:1Empty EXEC region.
|
|
|
264 |
err_nomoduleselector:2Missing module selector.
|
|
|
265 |
err_noareaselector:2Missing AREA selector.
|
|
|
266 |
err_badattrselector:2Unknown AREA selector '+%s'.
|
|
|
267 |
err_badfirstlast:2%s must follow a single selector.
|
|
|
268 |
err_morethanonearea:2More than one AREA matches - cannot all be FIRST/LAST.
|
|
|
269 |
err_noarea:2No AREA matches - no AREA to be FIRST/LAST.
|
|
|
270 |
err_noroot:2No default ROOT definition precedes this ROOT-DATA definition.
|
|
|
271 |
err_nodefaultroot:2Can't default-place %s(%s): no default ROOT region.
|
|
|
272 |
err_nodefaultrootdata:2Can't default-place %s(%s): no default ROOT-DATA region.
|
|
|
273 |
err_scatter_multimatch:2AREA %s(%s) already matches an AREA selector for region '%s'.
|
|
|
274 |
warn_noselectedAREAs:1No AREAs selected by '%s(...)'.
|
|
|
275 |
err_nonempty_implict_ROOT:2Some AREAs could not be assigned to any region:
|
|
|
276 |
info_ROOT_area:0 %s(%s)
|
|
|
277 |
err_ovattrarea:2No object(+ATTRIBUTES) matches %s(+%s).
|
|
|
278 |
err_loadreg_too_big:2Load region %s (size %d) exceeds specified limit.
|
|
|
279 |
err_loadreg_overlap:2Load region %s (size %d) overlaps load region %s
|
|
|
280 |
err_execreg_overlap:2Execution region %s (size %d) overlaps execution region %s
|
|
|
281 |
err_region_clash:2Overlayed regions %s and %s clash unexpectedly
|
|
|
282 |
warn_scatter_robase_ignored:1-RO-base incompatible with -SCATTER. -RO-base will be ignored.
|
|
|
283 |
warn_scatter_rwbase_ignored:1-RW-base incompatible with -SCATTER. -RW-base will be ignored.
|
|
|
284 |
warn_splitflagignored:1-SPLIT incompatible with -SCATTER. -SPLIT will be ignored.
|
|
|
285 |
warn_scatter_aif:1-AIF specified with -SCATTER is equivalent to -AIF -BIN.
|
|
|
286 |
warn_truncated:1'%s' has been truncated.
|
|
|
287 |
err_duplicate_loadreg:2Load region %s has already been defined.
|
|
|
288 |
err_bad_data_root:2ROOT-DATA address conflicts address from earlier ROOT-DATA or -RW-BASE.
|
|
|
289 |
err_undefsym1:2Undefined symbol '%s'.
|
|
|
290 |
warn_undefsym1:1Undefined symbol '%s'.
|
|
|
291 |
err_undefsym2:2Undefined symbol '%s', referred to from %s.
|
|
|
292 |
warn_undefsym2:1Undefined symbol '%s', referred to from %s.
|
|
|
293 |
err_undefsym3:2Undefined symbol '%s', referred to from %s(%s).
|
|
|
294 |
warn_undefsym3:1Undefined symbol '%s', referred to from %s(%s).
|