This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: help on gcc source code odification
- From: Ian Lance Taylor <iant at google dot com>
- To: swati raina <razdanswati at yahoo dot com>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Fri, 29 Jan 2010 06:21:57 -0800
- Subject: Re: help on gcc source code odification
- References: <119731.28762.qm@web35703.mail.mud.yahoo.com>
swati raina <razdanswati@yahoo.com> writes:
> Now , i recompiled the gcc using following commands,
>
> 1)Changed to path to build directory,
>
> cd /home/swati/newgcc/objdir/build-i686-pc-linux-gnu/gcc/build/
>
> 2) Configured with --disable-bootstrap modification.
>
> /home/swati/newgcc/gcc-4.4.2/configure --disable-bootstrap--prefix=$insdir
>
> make all-gcc
Did you run "make install" again?
> Am i working with the correct file and were the installation and compilation steps correct. Also was i correct in attempt to modify the source code
Your changes to c-parser.c should have had some effect when compiling
C code, yes.
Ian