User`s guide
Target Settings
DSP56800E-Specific Target Settings Panels
62
Targeting MC56F83xx/DSP5685x Controllers
Figure 4.10 M56800E Linker Panel
Table 4.11 M56800E Linker Panel Elements
Element Purpose Comments
Generate
Symbolic Info
checkbox
Checked — Linker generates debugging
information, within the linked ELF file.
Clear — Linker does not generate
debugging information.
If you select Project>Debug from the
main-window menu bar, the IDE
automatically enables this option.
Clearing this checkbox prevents you
from using the CodeWarrior
debugger on your project; it also
disables the subordinate Store Full
Path Names checkbox.
Store Full Path
Names
checkbox
Checked — Linker includes full path names
for source files. (Default)
Clear — Linker uses only file names.
This checkbox is available only if the
Generate Symbolic Info checkbox is
checked.
Generate Link
Map checkbox
Checked — Linker generates a link map.
Enables subordinate checkboxes List
Unused Objects, Show Transitive Closure,
and Annotate Byte Symbols.
Clear — Linker does not generate a link
map.
A link map shows which file provided
the definition of each object and
function, the address of each object
and function, a memory map of
section locations, and values of
linker-generated symbols. It also lists
unused but unstripped symbols.