"BHASKAR G. REDDY" <bhaskar@xxxxxxxxxxxxxx> writes: > > "BHASKAR G. REDDY" <bhaskar@xxxxxxxxxxxxxx> 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