This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc behind the scenes
- From: "Sunzir Deepur" <sunzird at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 20 May 2007 19:39:40 +0300
- Subject: gcc behind the scenes
Hello,,
When I do "gcc foo.c", behind the scenes I suppose there
are many actions, like calling 'cpp', 'gcc', 'as' and finally, 'ld'.
Is there a way to know what is going on exactly behind the
scenes of gcc ?
Like which other tools are called and with which command line
arguments ?
Thank You
sunzir