12.2.8 I
Illegal use of name section.
The section name is reserved. For instance, the special output-section name /DISCARD/
may be used to discard input sections. Any input sections which are assigned to an output section named /DISCARD/
are not included in the output file. You should not create your own output section named /DISCARD/
.
Includes nested too deeply.
The maximum include depth is 10.
Invalid argument to option --section-start.
The argument to --section-start
must be sectionname=
org. org must be a single hexadecimal integer. There should be no white space between sectionname
, the equals sign (=
), and org.
Invalid assignment to location counter.
The assignment to the special dot symbol was invalid.
Invalid syntax in flags.
The section flags are invalid. The accepted flags are: a r w x l
.