This option does not execute processing after linking.
[Specification format]
- | 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: |
>ccrh -c -Xcommon=rh850 main.c
|