linux编译过程

root@romulus-laptop:/work/test/compileTest# cat main.c #include<stdio.h> int main(void) {     printf("main E./n");     return 0; }c++ c或者c++文件io 1. 预编译,进行宏替换asm   2. gcc将源文件编译成.o文件(先将源代码编译成汇编语言再编译成二进制
相关文章
相关标签/搜索