User`s guide
ELF Linker and Command Language
DSP56800E Command-Line Tools
322
Targeting MC56F83xx/DSP5685x Controllers
----------------------------------------------------------------------
Warning Options
----------------------------------------------------------------------
-w[arn[ings]] # global; warning options
keyword[,...] #
off # turn off all warnings
on # turn on all warnings
[no]cmdline # command-line parser warnings
[no]err[or] | # treat warnings as errors
[no]iserr[or] #
display|dump # display list of active warnings
#
----------------------------------------------------------------------
ELF Disassembler Options
----------------------------------------------------------------------
-show keyword[,...] # specify disassembly options
only|none # as in '-show none' or, e.g.,
# '-show only,code,data'
all # show everything; default
[no]code | [no]text # show disassembly of code sections; default
[no]comments # show comment field in code; implies '-show
# code'; default
[no]extended # show extended mnemonics; implies '-show
# code'; default
[no]data # show data; with '-show verbose', show hex
# dumps of sections; default
[no]debug | [no]sym # show symbolics information; default
[no]exceptions # show exception tables; implies '-show data';
# default
[no]headers # show ELF headers; default
[no]hex # show addresses and opcodes in code
# disassembly; implies '-show code'; default
[no]names # show symbol table; default
[no]relocs # show resolved relocations in code and
# relocation tables; default
[no]source # show source in disassembly; implies '-show
# code'; with '-show verbose', displays
# entire source file in output, else shows
# only four lines around each function;
# default
[no]xtables # show exception tables; default
[no]verbose # show verbose information, including hex dump
# of program segments in applications;