This is the mail archive of the gcc-help@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: gcc-4.1.1 - build fail


"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


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