Everything

 

-asmcmd


This option specifies the use of a subcommand file to specify the assemble options to be passed to the assembler.

[Specification format]

-asmcmd=file

 

-

Interpretation when omitted

Only the assemble options specified by the compilation driver are passed to the assembler.

[Detailed description]

-

This option specifies the use of subcommand file file to specify the assemble options to be passed to the assembler.

-

When this option is specified more than once, all subcommand files are valid.

-

An error will occur if file is omitted.

[Example of use]

-

To specify the use of subcommand file "command_asm.txt" to specify the assemble options to be passed to the assembler.

>ccrl -asmcmd=command_asm.txt -cpu=S2 -dev=dr5f100pj.dvf