Lard Toolkit User Guide

llink - Lard Linker

Name

llink - Link bcode files to form an executable.

Synopsis

llink [options] objects -o executable

Description

llink merges several bcode files, produced by the assembler or linker, into a single file which may be executable if it contains no unresolved references.

Options

-o file

Send output to the named file.

-v

Be verbose as files are loaded and symbol references are resolved.

-norelocs

Indicate an error if an unresolved relocation is found. This flag should be used when the output is to be an executable file.

-estrip

Strip external symbols from the output.

-istrip

Strip internal symbols from the output.