摘要: 1、GCC简介:https://zh.wikipedia.org/wiki/GCC 2、简单编译 如有以下c程序,命名为test.c 简单编译命令是: 现在我们将其分解为四个步骤: 2.1预处理 2.2编译为汇编代码(Compilation) 2.3汇编(Assembly) gas汇编器负责将其编译 阅读全文