(The concept of whole process compilation of C language compilation: the compiler reads the source program (character stream), analyzes its morphology and syntax, converts high-end speech commands into functionally equivalent assembly code, and then converts the assembly program into machine language, and generates the executable program according to the request of the operating system for the executable file format.? Complete compilation process: C source program -- gt; Precompilation Management (. c) -- gt; Compile and optimize programs (. s,. asm) -- gt; Assembler (. obj,. o,. a,. ko) -- gt; Connector (. exe,. elf,. axf, etc.)
C Language Compilation Whole Process.doc)