This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Need some help debugging gcj-dbtool
- From: David Daney <ddaney at avtrex dot com>
- To: Bill Gatliff <bgat at billgatliff dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 06 Nov 2006 08:10:11 -0800
- Subject: Re: Need some help debugging gcj-dbtool
- References: <454F5B6C.1040901@billgatliff.com>
Bill Gatliff wrote:
Guys:
I'm taking a stab at this bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29206
... on an arm-linux platform. Which, according to this and a few
other posts, is currently broken:
http://gcc.gnu.org/ml/java/2006-06/msg00175.html
(I can offer access to a fast ARM machine if anyone wants to help).
Is the closure API still unfinished?
As far as I know it is.
Thanks, from someone who really has no idea what he's doing!
Comments/suggestions welcome!
Get very familiar with the ABI in question as well as ARM assembly
language programming. Then start hacking using the working ports as
examples.
Every couple of months I have a possible need for a working libgcj on
arm-linux. One day one of them will materialize into a real need. It
would be great if you could be finished before I need to use it :-)
David Daney