SALD(1spp)
NAME
sald − linker for standalone programs
SYNOPSIS
sald [ -sable ][ args ]
DESCRIPTION
Sald is a shell script front-end for the linker, ld(1). Sald sets load options, such as load address and library path, appropriately for a standalone environment. Sald may be used to load programs for use both with sable(1spp) the MIPS architecture simulator, and for execution on actual hardware. If the flag -sable is specified, the library path is set to /usr/lib/sable (the directory where sable runtime library are typically placed); otherwise, the library path is set to /usr/lib/saio (the directory where standalone librarys for use on actual hardware reside). The -sable argument must be the first argument if specified.