2019-2020-1 20175307 "Information security system design basis"

1.gcc compiler
basic format gcc compiler is gcc (- Option) (file name)
-ESc
- ISO
hello.c-> Preprocessor -> hello.i-> Compiler -> hello.s-> compilation device -> hello.o-> linker -> hello.exe

Guess you like

Origin www.cnblogs.com/gsc20175307/p/11569776.html