User`s guide
Target Settings
DSP56800E-Specific Target Settings Panels
50
Targeting MC56F83xx/DSP5685x Controllers
C/C++ Warnings
Use the C/C++ Warnings panel (Figure 4.6) to specify C language features for the
DSP56800E. Table 4.7
explains the elements of this panel.
NOTE
The CodeWarrior compiler for DSP56800E does not support C++.
Emit #pragmas Controls whether #pragmas encountered in
the source text appear in the preprocessor
output.
This option is essential for producing
reproducible test cases for bug
reports.
Show full paths Controls whether file changes show the full
path or the base filename of the file.
Keep comments Controls whether comments are emitted in
the output.
Use #line Controls whether file changes appear in
comments (as before) or in #line directives.
Keep whitespace Controls whether whitespace is stripped out
or copied into the output.
This is useful for keeping the starting
column aligned with the original
source, though we attempt to
preserve space within the line. This
doesn’t apply when macros are
expanded.
Table 4.6 C/C++ Language Preprocessor Elements (continued)
Element Purpose Comments