Compiling on Linux/SPARC
James A. Hillyerd
james at blarg.net
Sun Mar 23 13:33:29 PST 1997
Has anyone successfuly compiled Kaffe 0.8.3 on Linux/SPARC? I had no
problems compiling 0.7.1, but I want the latest and greatest. =)
My problem is with kaffe/kaffevm/classMethod.c
Around line 490: (this was typed by hand, so this may not be completely
accurate)
488: if (class->state == CSTATE_DOING_LINK) {
489: while (class->state == CSTATE_DOING_LINK) {
490: suspendThread(currentThread);
491: }
492: return;
493: }
The compiler complains that currentThread is undeclared, and I tend to
think it's right. I can't see where it would come from in this function.
My other question has to do with JIT compiling on SPARC/Linux. The
webpage and the README have said since 0.7.1 that JIT is enabled for
SPARC/Linux, but looking in config/sparc/linux/ I see that there is a file
called jit-md.h-notyet There is no comments or readmes that hint to why
this is. Was this just forgotten?
-james
[ James A. Hillyerd (JH2162) james at blarg.net - Perl Programmer ]
[ http://www.blarg.net/~james/ http://www.pimedia.com/ ]
[ 1024/B11C3751 CA 1C B3 A9 07 2F 57 C9 91 F4 73 F2 19 A4 C5 88 ]
More information about the kaffe
mailing list