< Compile Options / Assemble and Linkage Options >
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 |
Refer to the -subcommand option of the optimizing linkage editor for the contents of the subcommand file passed to the -lnkcmd option. |