Object files

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/carlhelen/article/details/85338773

Compilers and assemblers create object files containing the generated binary code and data for a source file.

Linkers combine multiple object files into one, loaders take object files and load them into memory.

(In an integrated programming environment, the compilers, assemblers, and linkers are run implicitly when the user tells it to build a program, but they’re there under the covers.)

猜你喜欢

转载自blog.csdn.net/carlhelen/article/details/85338773
今日推荐