C compilation process

system () call system commands

 

C language source code ->

Precompiled (1, uncomment; 2, include file) ->

gcc -o a.o a.c

Compiled (compiled into a binary quality) ->

 

Link System library functions -> executable file

 

Guess you like

Origin www.cnblogs.com/luoxuw/p/10960145.html