RS08 Compiler > Output

Use this panel to control how the compiler generates the output file, as well as error and warning messages. You can specify whether to allocate constant objects in ROM, generate debugging information, and strip file path information.

The following figure shows the Output panel.

Figure 1. Tool settings - RS08 Compiler > Output
Tool settings - RS08 Compiler > Output
The following table lists and describes the output options for RS08 compiler.
Table 1. Tool Settings - RS08 Compiler > Output Options
Option Description
Allocate CONST objects in ROM ( -Cc) Refer to the -Cc: Allocate Const Objects into ROM topic.
Encrypt FIle (e.g. %f.e%e) ( -Eencrypt) Refer to the -Eencrypt: Encrypt Files topic.
Encryption key ( -EKey) Refer to the -Ekey: Encryption Key topic.
Object File Format Refer to the -F (-F2, -F2o): Object File Format topic.
General Assembler Include File (e.g. %f.inc) ( -La) Refer to the -La: Generate Assembler Include File topic.
Generate Listing File (e.g. %n.lst) ( -Lasm) Refer to the -Lasm: Generate Listing File topic.
Log predefined defines to file (e.g. predef.h) ( -Ldf) Refer to the -Ldf: Log Predefined Defines to File topic.
List of included files to `.inc' file ( -Li) Refer to the -Li: List of Included Files to ".inc" File topic.
Write statistic output to file (e.g. logfile.txt) ( -Ll) Refer to the -Ll: Write Statistics Output to File topic.
List of included files in make format ( e.g. make.txt ) ( -Lm) Refer to the -Lm: List of Included Files in Make Format topic.
Append object file name to list ( e.g. obklist.txt ) ( -Lo) Refer to the -Lo: Append Object File Name to List (enter [<files>]) topic.
Preprocessor output ( e.g. %n.pre ) ( -Lp) Refer to the -Lp: Preprocessor Output topic.
Strip path information ( -NoPath) Refer to the -NoPath: Strip Path Info topic.