[kaffe] Re: XScale & JIT

Jari Korva jpkorva at iki.fi
Fri Jan 21 07:14:17 PST 2005


Thanks Dalibor!

This is the other thing I had to do before the compile succeeded:

--- config/arm/linux/config.frag        20 Jan 2005 23:19:18 -0000
+++ config/arm/linux/config.frag        21 Jan 2005 15:07:58 -0000
@@ -12,4 +12,6 @@
   ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped='yes'}
 #  ac_cv_func_utime_null=${ac_cv_func_utime_null='yes'}
   ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'}
+  ac_cv_sizeof_voidp=${ac_cv_sizeof_voidp='4'}
 fi

I wasn't sure of what I was doing, but sizeof_voidp seemed like
processor specific so I copied the value from config/arm/riscos :)

Cheers,
  Jari

On Fri, 21 Jan 2005, Dalibor Topic wrote:
> Jari Korva wrote:
>
> > I did some digging in the mailing list archives and found a patch which
> > helps:
> >
> > http://www.kaffe.org/pipermail/kaffe/2004-October/100154.html
> >
> > After this applied, I'm able to run HelloWorld and even more
> > complicated apps. There are still problems on some, but more on those
> > later :)
>
> Thanks a lot for catching this problem, Jari! I've now applied the patch.
>
> > Is there any reason why the above patch has not been applied to CVS?
>
> I had not heard back from the bug reporter whether the pacth worked for
> him, or not. If you spot other unapplied patches, please raise my
> attention to them, and I'll check them in.
>
> cheers,
> dalibor topic
>





More information about the kaffe mailing list