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: help on gcc source code odification


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


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