User`s manual

312 digi.com Command Line Interface
15.4.2 Switches Requiring a Parameter
The following switches require one or more parameters.
-bf BIOSFilePathname
-clf ColdLoaderFilePathname
Description:
Compile using a BIOS file found in BIOSFilePathname
.
Factory Default:
\Bios\RabbitBios.c
GUI Equivalent: This is an advanced setting, viewable by clicking on the “Advanced” radio button at
the bottom of the Project Options | Compiler dialog box. Check the box under “User
Defined BIOS File” and then fill in the pathname for the new BIOS file.
Example:
dccl_cmp myProgram.c -bf MyPath\MyBIOS.lib
Description: Compile using cold loader file found in ColdLoaderFilePathname.
Factory Default: \Bios\ColdLoad.bin
GUI Equivalent: None.
Example:
dccl_cmp myProgram.c -clf MyPath\MyColdloader.bin