C, compilers, troubleshooting How C Compilers Work Part 4: Linker Now we are at the point where we have produced one or more object files and we want to create an executable. Under GNU/Linux systems, this job is done
C, compilers, troubleshooting How C Compilers Work Part 2 - Preprocessor As said in the previous post [https://while2.ghost.io/how_c_compilers_work_part_1_introduction], in modern compilers, preprocessing is not a separate phase but it's made together