This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: sparc linux
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: tromey at redhat dot com, Java Discuss List <java at gcc dot gnu dot org>
- Date: Mon, 18 Mar 2002 21:08:36 -0500 (EST)
- Subject: Re: sparc linux
On Tue, 19 Mar 2002, Bryce McKinlay wrote:
> Well it all built fine, but running "hello world" dies with a bus error.
> This machine has a rather old glibc and binutils though, so maybe
> upgrading them would help.
I forgot to mention... you need binutils-2.11.2 and glibc-2.2.3, IIRC.
This is documented in install/specific.html.
(The bus error occurs when ld.so tries to fixup __gcj_personality_v0 in
the unwind info, at an odd address.)
Jeff