Chapter 13 Error Messages
Linker Errors 259
13.3.1 Warning Messages
3000 filename: Section not found. This file ignored.
The input file does not contain section information.
Check the contents of the specified input file.
3001 filename: Illegal section[name] attribute or align value.
Different files have sections with the same name, but different attributes or alignment values.
Make sure that the attributes and alignment value for all sections with the same name agree across
files.
3002 Extra symbol[name] address aligned. (address)
The linker’s alignment processing has changed the address assigned to the specified extra symbol.
Generate a map file and check the value for the extra symbol.
3003 Address overlay with IRAM manager.
A section address overlaps the area assigned to the instruction RAM status management table.
Generate a map file, check the address, and change the command line options to eliminate the
overlap.