This is the mail archive of the gcc@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: Build failure with 3.1 CVS on sparc-sun-solaris2.8


Update:

I decided to rebuild the 32-bit bi-arch version with a CVS update, and then
try the 64-bit build again... this time both builds went flawlessly.  Thanks
for your help, folks, it was greatly appreciated, and it's good to see that
full 64-bit support for Sparc is almost fully here.

Kenneth Lareau
elessar@numenor.org


On Thu, 07 Feb 2002 15:21:12 -0800 Kenneth Lareau <elessar@numenor.org> wrote:

> In message <20020206183224.105bf938.elessar@numenor.org>, Kenneth Lareau writes
> :
> >On Wed, 6 Feb 2002 17:32:07 -0800 Richard Henderson <rth@redhat.com> wrote:
> >
> >> On Wed, Feb 06, 2002 at 05:29:10PM -0800, Kenneth Lareau wrote:
> >> > It took quite a while (nearly 10 minutes) before it errored out, so it
> >> > looks like gcc may not be sufficient to build itself in full 64-bit.  If
> >> > additional information is desired regarding this, I can produce it.
> >> 
> >> With sources as of what date?  I believe I fixed this
> >> Monday afternoon (2002-02-04).
> >
> >I'm pretty certain I ran 'cvs update' before building this morning... un-
> >fortunately I'm now at home while my build is (inaccessibly) at work, so
> >I can't verify until tomorrow.
> 
> I checked, and I had updated my sources yesterday before doing the build.
> I ran a 'cvs update' again this afternoon, with the same error occurring:
> 
> CC="gcc -m64" ../configure --with-cpu=ultrasparc --prefix=/usr/local/gcc64 sparcv9-sun-solaris2.8
> 
> gmake CFLAGS='-O2' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
> [stage 1 successful]
> [...]
> stage1/xgcc -Bstage1/ -B/usr/local/gcc64/sparcv9-sun-solaris2.8/bin/ -c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/expr.c -o expr.o
> xgcc: Internal error: Segmentation Fault (program cc1)
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> gmake[2]: *** [expr.o] Error 1
> 
> 
> Kenneth Lareau
> elessar@numenor.org
> 


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