Everything

 

-lnkcmd


This option specifies the use of a subcommand file to specify the link options to be passed to the optimizing linker.

[Specification format]

-lnkcmd=file

 

-

Interpretation when omitted

Only the link options specified by the compilation driver are passed to the optimizing linker.

[Detailed description]

-

This option specifies the use of subcommand file file to specify the link options to be passed to the optimizing linker.

-

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_lnk.txt" to specify the link options to be passed to the optimizing linker.

>ccrl -lnkcmd=command_lnk.txt -cpu=S2 -dev=dr5f100pj.dvf