Examining the compilation process. part 2.

  2008-10-22 20:30:02
In my last article, I discussed, in quite some detail, the process that GCC uses to convert a C source file into an executable program file. These steps included preprocessing the source to remove comments, include other files as required, and string substitution. The resulting file was then compiled into assembly language. The assembly language output was then used to create an object file containing machine language, which was then linked with other standardized libraries to create an executable. 
  PNG Image  PNG Image  PNG Image
  Related tags  


This particular article has been collected via RSS syndication. We apologize if it's too brief.
If You wish to publish articles on LinuxStreet.net please contact us.


  Similar articles found on LinuxStreet  
ImageExamining the compilation process. part 3.
ImageExamining the Compilation Process. Part 1.
ImageReview: Custom Linux Kernels with Debian and Fedora
ImageFLOSS& the Hacked Ideology
ImageScreencast: How to build a Fedora 10 Remix
ImageGoogle Web Toolkit’s JavaScript Native Interface
ImageKNDISwrapper is half-done, but far from half-baked
ImageFirefox Community Beta Program
ImageSlow startup? Bootchart reveals all
ImageOpen Legislation, Part 2: It's the People's Choice

Leave a comment on this article


Captcha

  
Check this if the code you see is not readable and resubmit the form.
(Data you entered will be preserved)



  

Comments (0)