您的位置:首页 > 编程语言 > C语言/C++

GCC编译连接c++代码的四个阶段(Four stages of GCC compilation of C++ code)

2015-05-22 15:01 211 查看
There are four stages for GCC to compile c/c++ applications: Preprocessing, Compilation proper, Assembly, Linking.

The following table illustrates input, output, gcc options in the foure stages.



Here is an example for the stages of compiling a c++ executable.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: