User`s guide

Pragmas for the DSP56800 and DSP56800E
Pragma Reference
386
Targeting MC56F83xx/DSP5685x Controllers
NOTE The pragmas explicit_zero_data and
initializedzerodata are the same, however, the preferred
syntax is explicit_zero_data.
extended_errorcheck
Controls the issuing of warnings for possible unintended logical errors.
Prototype
#pragma extended_errorcheck on | off | reset
Remarks
If you enable this pragma, the C compiler generates a warning (not an error) if it
encounters some common programming errors.
This pragma corresponds to the Extended Error Checking setting in the C/C++
Preprocessor panel. To check this setting, use __option
(extended_errorcheck), described in Checking Settings
. By default,
this pragma is disabled.
fullpath_prepdump
Shows the full path of included files in preprocessor output.
Prototype
#pragma fullpath_prepdump on | off | reset
Remarks
If you enable this pragma, the compiler shows the full paths of files specified by the
#include directive as comments in the preprocessor output. Otherwise, only the file
name portion of the path appears.
This pragma does not correspond to any panel setting. To check this setting, use the
__option (fullpath_prepdump), described in Checking Settings
. See
also “line_prepdump.”
By default, this pragma is disabled.