C/C++程序编译过程

2021-02-08 06:18

阅读:662

标签:top   工作过程   art   pil   net   pre   执行   汇编代码   特殊   

编译四个阶段

编译预处理,编译阶段,汇编阶段,链接程序。

编译预处理(Preprocessing)

读取源程序,对其中的伪指令(以#开头的指令)和特殊符号进行处理。

编译(Compilation)

将经过预处理之后的程序转换成特定汇编代码的过程。

汇编(Assemble)

将上一步的汇编代码转换成机器指令。

链接(Linking)

将多个目标文件以及所需的库文件链接成最终的可执行文件。

详解博客链接

C/C++编译过程:https://blog.csdn.net/hycxag/article/details/82967579

C语言编译过程详解:https://www.cnblogs.com/CarpenterLee/p/5994681.html#top

C/C++程序编译过程详解:https://www.cnblogs.com/mickole/articles/3659112.html

编译器的工作过程:http://www.ruanyifeng.com/blog/2014/11/compiler.html

C/C++程序编译过程

标签:top   工作过程   art   pil   net   pre   执行   汇编代码   特殊   

原文地址:https://www.cnblogs.com/echobiscuit/p/12771686.html


评论


亲,登录后才可以留言!