The LWTOOLS linker is called LWLINK. This chapter documents the various features of the linker.
The binary for LWLINK is called "lwlink". Note that the binary is in lower case. lwlink takes the following command line arguments.
--decb
, -b
Selects the DECB output format target. This is equivalent to --format=decb
--output=FILE
, -o FILE
This option specifies the name of the output file. If not specified, the
default is a.out
.
--format=TYPE
, -f TYPE
This option specifies the output format. Valid values are decb
and raw
--raw
, -r
This option specifies the raw output format.
It is equivalent to --format=raw
.
and raw
--script=FILE
, -s
This option allows specifying a linking script to override the linker's built in defaults.
--debug
, -d
This option increases the debugging level. It is only useful for LWTOOLS developers.
--help
, -?
This provides a listing of command line options and a brief description of each.
--usage
This will display a usage summary. of each.
--version
, -V
This will display the version of LWLINK. of each.