ld

Menghubungkan file-file obyek berbarengan. Informasi lebih lanjut: https://sourceware.org/binutils/docs-2.38/ld.html.

ld {{jalan/menuju/file.o}} --output {{jalan/menuju/output_executable}}

ld {{jalan/menuju/file1.o}} {{jalan/menuju/file2.o}} --output {{jalan/menuju/output_executable}}

ld --output {{jalan/menuju/output_executable}} --dynamic-linker /lib/ld-linux-x86-64.so.2 /lib/crt1.o /lib/crti.o -lc {{jalan/menuju/file.o}} /lib/crtn.o