理解linux编译工具 gcc、g++、cmake、make、makefile、makelist.txt 关系

总体概括:         cmakeList.txt ----->cmake工具---->makefile文件(包含gcc/g++命令)---->make工具---->编译连接源文件 编译器的工作流程:          源码(source code)---->预处理器(preprocessor)---->编译器(compiler)---->汇编程序(assembler)---->目标代码(ta
相关文章
相关标签/搜索