Dissecting GCC compilation process on Linux

Posted by MyLinuxBook on Oct 11, 2012 8:55 PM EDT
MyLinuxBook; By Tarun
Mail this story
Print this story

Have you ever wondered what goes behind the scenes when a program is compiled through GCC compiler on Linux? This article dives in to the details of each step that happens in the GCC compilation process.

Ever thought of what goes on when a C source code is compiled through GCC to produce and executable? When we say GCC compilation process then what happens in this process?

The GCC compilation process can be broken down into four steps.

These steps are :

Preprocessing, Compilation, Assembly, and Linking

Each of the above step has its own importance. Lets understand the basics of these steps one by one.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.