< 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 -start=P,C,D/100,B/8000 -form=abs -output=tp tp1.obj tp2.obj |
A single -lnkopt option can only take a single linkage option. To pass multiple linkage options, specify -lnkopt options as many times as the number of linkage options you require. |