This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regarding gcc Makefile.in


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]