HCS08 Preprocessor > Preprocessor Settings

Use this panel to specify the preprocessor settings of HCS08.

The following table lists and describes the preprocessor settings options for HCS08.

Table 1. Tool Settings - Preprocessor > Preprocessor Settings Options
Option Description
Turn on all preprocessor configuration Use this option to enable the default preprocessor configuration.
Emit whitespaces (-LpCfg=s) Use this option to reconstruct spaces.
Handle single quote (`) as normal token (-LpCfg=q) Use this option to handle single quote (`) as normal token.
Do not concatenate strings (-LpCfg=n) Use this option to avoid string concatenation.
Emit #line directive (-LpCfg=l) Use this option to emit #line directives in preprocessor output.
Do not emit file names (-LpCfg=m) Do not emit file names.
Emit file names with path (-LpCfg=f) Use this option to emit file names with path.
Emit empty lines (-LpCfg=e) Use this option to emit empty lines.
Do not emit line comments (-LpCfg=c) Do not emit line comments
Stop after preprocessor (-LpX) Without this option, the compiler always translates the preprocessor output as C code. To do only preprocessing, use this option together with the -Lp option. No object file is generated.