User`s guide
ELF Linker and Command Language
DSP56800E Command-Line Tools
318
Targeting MC56F83xx/DSP5685x Controllers
display|dump # display complete list of active
# optimizations
#
----------------------------------------------------------------------
DSP M56800E CodeGen Options
----------------------------------------------------------------------
-DO keyword # for this tool;
# specify hardware DO loops
off # no hardware DO loops; default
nonested # hardware DO loops but no nested ones
nested # nested hardware DO loops
#
-padpipe # for this tool;
# pad pipeline for debugger
-ldata | -largedata # for this tool;
# data space not limited to 64K
-globalsInLowerMemory # for this tool;
# globals live in lower memory; implies '-large
# data model'
-sprog | -smallprog # for this tool;
# program space limited to 64K
----------------------------------------------------------------------
Debugging Control Options
----------------------------------------------------------------------
-g # global; cased; generate debugging information;
# same as '-sym full'
-sym keyword[,...] # global; specify debugging options
off # do not generate debugging information;
# default
on # turn on debugging information
full[path] # store full paths to source files
#
----------------------------------------------------------------------
C/C++ Warning Options
----------------------------------------------------------------------
-w[arn[ings]] # global; for this tool;
keyword[,...] # warning options
off # passed to all tools;
# turn off all warnings
on # passed to all tools;
# turn on most warnings
[no]cmdline # passed to all tools;
# command-line driver/parser warnings