Resources
Everything You Never Wanted To Know About Linker Script
GNU
ld
’s documentation
Notes
ld
is the format of GCC/GNU and
lld
is the Clang/LLVM format. Both use the same syntax.
links
all of your object files into a final
executable
or
binary