L166 User's Guide

LINKONLY Linker Directive

Abbreviation

LO

Arguments

None.

Default

The linker output file is absolute (non-relocatable).

µVision

Options — L166 Misc — Create Relocatable Output File.

Description

The LINKONLY directive allows incremental linkage by suppressing the locate process of the linker. When the LINKONLY directive is used the linker output file is relocatable and must be located in a second linker run before it can be executed.

Example
L166 myfile1.obj, myfile2.obj TO file.lnk LINKONLY