On Mon, 17 Jul 2023 at 18:38, Budi via Gcc-help <gcc-help@xxxxxxxxxxx> wrote: > > is build using instruction > > https://gcc.gnu.org/install/configure.html > > > will readily produce linker ld binary in addition to gcc one ? No, GCC is only the compiler. You need to provide an assembler and linker and other tools. Most people use the Binutils assembler and linker.