12.2.11 R

region region is full (filename section secname).

The memory region region is full, but section secname has been assigned to it.

Reloc refers to symbol name which is not being output.

An instruction references a symbol that is not being output.

Relocation truncated to fit relocation_type name.

This error indicates that the relocated value of name is too large for its intended use. This can happen when an address is out of range for the instruction in question. Check that the symbol is both declared and defined in the intended section. For instance, a variable's declaration and definition must both be either const or non-const.

Relocation truncated to fit: relocation_type name against undefined symbol name.

This error can occur if the symbol does not exist. For instance, the code calls a function that has not been defined.