0 Tour
1. Compilation of C Program
- Preprocessor: (text → text) insert system header file (e.g.
stdio.h
) directly into the program text - cc1: (text → assembly-language)
- as: (text → bin)
- ld: (bin → executable) merge precompiled object file with our program
Last update:
August 9, 2021
Authors: