User`s manual

316 digi.com Command Line Interface
-o OutputFilePathname
-oa OutputFilePathname
-pbf PilotBIOSFilePathname
Description: Write header information (if specified with -h) and all program errors,
warnings and outputs to a text file. If the text file does not exist it will be
created, otherwise it will be overwritten.
Factory Default: None.
GUI Equivalent: Go to Option | Environment Options and select the Debug Windows tab.
Under “Specific Preferences” select “Stdio” and check “Log to File” under
“Options.”
Example
dccl_cmp myProgram.c -o MyOutput.txt
dccl_cmp myProgram.c -o MyOutput.txt -h
dccl_cmp myProgram.c -h -o MyOutput.txt
Description: Append header information (if specified with -h) and all program errors,
warnings and outputs to a text file
. If the text file does not exist it will be
created, otherwise it will be appended.
Factory Default: None.
GUI Equivalent: Go to Option | Environment Options and select the Debug Windows tab.
Under “Specific Preferences” select “Stdio” and check “Log to File” under
“Options,” then check “Append” and specify the filename.
Example
dccl_cmp myProgram.c -oa MyOutput.txt
Description: Compile using a pilot BIOS found in PilotBIOSFilePathname.
Factory Default: \Bios\Pilot.bin
GUI Equivalent: None.
Example:
dccl_cmp myProgram.c -pbf MyPath\MyPilot.bin