User`s manual

Dynamic C Users Manual digi.com 321
Example 3
These examples will compile and run myProgram.c with the current settings in default.dcp but
using different defines, displaying up to 50 warnings and capture all output to one file with a header for
each run.
dccl_cmp myProgram.c -d MAXCOUNT=99 -nw 50 -h -o myOutput.txt
dccl_cmp myProgram.c -d MAXCOUNT=15 -nw 50 -h -oa myOutput.txt
dccl_cmp myProgram.c -d MAXCOUNT=15 -d DEF1 -nw 50 -h -oa myOut-
put.txt
The first run could have used the -oa option if myOutput.txt were known to not initially exist.
myProgram.c presumably uses a constant MAXCOUNT and contains one or more compiler directives
that react to whether or not DEF1 is defined.
15.6 Command Line RFU
There is also a command line version of the RFU. On the command line specify:
clRFU SourceFilePathName [options]
where SourceFilePathName is the path name of the .bin file to load to the connected target. The
options are as follows:
-cl ColdLoaderPathName
Description: Select a new initial loader.
Default: \bios\coldload.bin
RFU GUI
Equivalent:
From the Setup | Boot Strap Loaders dialog box, type in a pathname or click
on the ellipses radio button to browse for a file.
Example:
clRFU myProgram.bin -cl myInitialLoader.bin