Everything

 

-c


This option does not execute processing after linking.

[Specification format]

-c

 

-

Interpretation when omitted

Processing is continued after linking.

[Detailed description]

-

This option does not execute processing after linking.

-

The object file is output under the source file name with the extension replaced by ".obj".

-

The output file name can be specified by specifying this option and the -o option.

[Example of use]

-

To output object file "main.obj" without executing any processing after the linking, describe as:

>ccrl -c -cpu=S2 -dev=dr5f100pj.dvf main.c