Contents|Index|Previous|Next
ld,
the GNU linker
ld
resolves the code addresses and debug symbols, links the startup code and
additional libraries to the binary code, and produces an executable binary
image.
For
more information on ld,
see Using ld
in GNUPro Utilities.
For
an example of a linker script, see The
linker script.
For
more information on object files and object file formats, see Using
binutils
in GNUPro Utilities.
Top|Contents|Index|Previous|Next