gcc-4.1.1 - build fail

Ian Lance Taylor iant@google.com
Tue Jan 23 22:50:00 GMT 2007


"BHASKAR G. REDDY" <bhaskar@cse.iitb.ac.in> writes:

> > "BHASKAR G. REDDY" <bhaskar@cse.iitb.ac.in> writes:
> >
> >> > This error indicates a bug in gcc itself.  The bug is most likely
> >> > related to the changes you made to the compiler.
> >> can u please let me knw how to proceed for debugging it? can i use
> >> already
> >> installed gdb for it. if so, please tell me starter commands to fire gdb
> >> in this case.
> >
> > http://gcc.gnu.org/wiki/DebuggingGCC
> but compiler proper [ cc1] was not yet built. In the processing of
> building it i'm getting internal compiler error. Now i have to debug what,
> the driver[xgcc] ?

crtstuff is not part of the compiler proper.  If your build fails
building crtstuff, then cc1 has been built.  cc1 is used to compile
crtstuff.

Ian



More information about the Gcc-help mailing list