6.2.15 S

Seek to end of .incbin file failed `%s'.

Could not find the end of the file specified by .incbin

Skip (%ld) + count (%ld) larger than file size (%ld).

The .incbin skip value + count value is greater than the size of the file.

Store insn found in delay slot of noreorder code.

Consider moving the store in front of the branch and using a nop in the delay instead.

Symbol '%s' can not be both weak and common.

Both the .weak directive and .comm directive were used on the same symbol within the same source file.

Symbol name is already defined.

The symbol cannot be redefined.

Symbol definition loop encountered at '%s'.

The symbol could not be defined because a self-referential loop was encountered. A symbol's definition cannot depend on its own value.

Syntax error in .startof. Or .sizeof.

The assembler found either .startof. or .sizeof., but did not find the beginning parenthesis '(' or ending parenthesis ')'.