This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem while compiling Binutils On Solaris
- To: PushpamX dot Rajah at dialogic dot com, gcc at gcc dot gnu dot org
- Subject: Re: problem while compiling Binutils On Solaris
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 26 Apr 2001 15:59:00 -0700 (PDT)
I think you have us confused with the binutils people, we are not
them, the below appears to be a problem in GNU as. I'd recommend
reading the GNU as documentation on reporting bugs.
> From: "Rajah, PushpamX" <PushpamX.Rajah@dialogic.com>
> To: "'gcc@gcc.gnu.org'" <gcc@gcc.gnu.org>
> Date: Thu, 26 Apr 2001 16:12:31 -0400
> > I tried compiling in binutils for Sparc Solaris 2.6. I didn't give any
> > option in configure. while compiling it give me the below error
> >
> > gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.10.1/bfd -I. -D_GNU_SOURCE -I.
> > -I../.
> > ./binutils-2.10.1/bfd -I../../binutils-2.10.1/bfd/../include
> > -I../../binutils-2.
> > 10.1/bfd/../intl -I../intl -g -O2 -W -Wall -c
> > ../../binutils-2.10.1/bfd/coff-stg
> > o32.c -o coff-stgo32.o
> > gcc: Internal compiler error: program as got fatal signal 10
> > make[3]: *** [coff-stgo32.lo] Error 1
> > make[3]: Leaving directory `/export/home/pushpa/BinUtils/bfd'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/export/home/pushpa/BinUtils/bfd'
> > make[1]: *** [all-recursive-am] Error 2
> > make[1]: Leaving directory `/export/home/pushpa/BinUtils/bfd'
> > make: *** [all-bfd] Error 2
> >
> > Do I need to give any other option while configure?
> >
> > Can anyone help me in that.
> >
> > Pushpa