编译过程常识

预处理(Preprocessing)-> 编译(Compilation)-> 汇编(Assembly)-> 链接(Linking)

hello.i(C语言)-> hello.s(汇编语言) -> hello.o(二进制机器码) -> hello(可执行文件)

预编译器 -> 编译器 -> 汇编器 -> 链接器

posted @ 2026-04-12 21:22  变秃了也就变强了  阅读(11)  评论(0)    收藏  举报