Skip to main content
Added relevant data.
Source Link
VE7JRO
  • 2.5k
  • 19
  • 28
  • 31

GCC's external interface follows Unix conventions. Users invoke a language-specific driver program (gcc for C, g++ for C++, etc.), which interprets command arguments, calls the actual compiler, runs the assembler on the output, and then optionally runs the linker to produce a complete executable binary.