< Compile Options / Assemble and Linkage Options >
[Format]
[Description]
- | This option specifies the linkage options to pass to rlink with a subcommand file. |
[Example]
ccrx -isa=rxv1 -output=abs=tp.abs -lnkcmd=file.sub tp1.c tp2.c
|
The above description has the same meaning as the following three command lines:
ccrx -isa=rxv1 -output=src tp1.c tp2.c]
asrx -isa=rxv1 tp1.src tp2.src
rlink -subcommand=file.sub -form=abs -output=tp tp1.obj tp2.obj
|
[Remarks]
- | If this option is specified for more than one time, all specified subcommand files are valid. |
- | Refer to the -subcommand option of the optimizing linkage editor for the contents of the subcommand file passed to the -lnkcmd option. |