Gnu Toolchain Options > Linker tab

Relocatable program

Equivalent to linking with the -r and -a options.

No shared objects

Passes -Bstatic to the linker to prevent shared objects from resolving library references of the form -lname. This option is available only for SunOS, Solaris2, or System V.4 Unix.

Undefined symbols

Place these symbols as an undefined symbol in the symbol table. This is generally used to force the loading of a library symbol that otherwise might not be loaded.

Abs objects to link against

The fully linked object files given are used to resolve addresses against.

General linker options

These options are passed through to the linker.

Map file name

The filename for the map file (optional).

Map file directory

The directory for the map file (optional).


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.