User`s guide
ELF Linker and Command Language
DSP56800E Command-Line Tools
321Targeting MC56F83xx/DSP5685x Controllers
unix # Unix ('\n')
#
-sreclength length # specify length of S-records (should be a
# multiple of 4); implies '-srec'; for
# 'length', range 8 - 252; default is 64
-usebyteaddr # use byte address in S-record file; implies
# '-srec'
-o file # specify output filename
----------------------------------------------------------------------
DSP M56800E Project Options
----------------------------------------------------------------------
-application # global; generate an application; default
-library # global; generate a static library
----------------------------------------------------------------------
DSP M56800E CodeGen Options
----------------------------------------------------------------------
-ldata | -largedata # data space not limited to 64K
----------------------------------------------------------------------
Linker C/C++ Support Options
----------------------------------------------------------------------
-Cpp_exceptions on|off # enable or disable C++ exceptions; default is
on
-dialect | -lang keyword # specify source language
c # treat source as C++ unless its extension is
# '.c', '.h', or '.pch'; default
c++ # treat source as C++ always
#
----------------------------------------------------------------------
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
#