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 writes:
>  >
>  > Hi, i'm trying to integrate BURS-based code generator into GCC-4.1.1. I
>  > modified corresponding files, print-rtl.c and final.c and my burs-based
>  > codegenrator is working fine.
>  > But when i'm trying to build compiler proper, its giving segmentation
>  > fault. I'm successful with GCC-4.0.0.
>  >
>  > error message:
>  >
>  > ../../gcc-4.1.1/gcc/crtstuff.c: In function ?__do_global_dtors_aux?:
>  > ../../gcc-4.1.1/gcc/crtstuff.c:301: internal compiler error:
> Segmentation
>  > fault
>  >
>  >
>  > what is this crtstuff? I'm new to this gcc. I need some information
>  > regarding this error.
>  >
>  > can anybody help?
>
> You must tell us exactly your configure line, and your make line.

Configure line: configure --enable-languages=c
make line: make LANGUAGES=C

>
> Are you using "make bootstrap" ?
>
> Andrew.
>
No, i am not using make bootstrap. :)

-- 
Bhaskar G. Reddy,
Graduate Student,
Department of CSE,
IIT Bombay




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