hi ashit, On Tue, 2006-01-24 at 15:39 +0530, Ashit Kumar wrote: > I am a newbie for GCC internals.Actually i want to build the GCC (say it > compile the GCC).Now during this i want to study the build process of it. a good starting point could be building gcc natively and looking at the build logs, to understand how make runs through the source tree during the build, i.e.
builddir/> $GCCSRCDIR/configure builddir/> make 2>&1 |tee make.log And look at the make.log file to see how the build proceeds. HTH regards saurabh