[kaffe] Overview documentation of Kaffe

2005-01-21 Thread Michael Franz
I have started to put together some documentation on Kaffe. It is not much but I would like to pass it along to the list. I hope to expand it soon. I started with some stuff off of the website and added information I have cleamed from other locations (such as sablevm and amazon). Comments welco

Re: [kaffe] Re: XScale & JIT

2005-01-21 Thread Jari Korva
Thanks Dalibor! This is the other thing I had to do before the compile succeeded: --- config/arm/linux/config.frag20 Jan 2005 23:19:18 - +++ config/arm/linux/config.frag21 Jan 2005 15:07:58 - @@ -12,4 +12,6 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=

RE: [kaffe] Re: Problem getting a real static kaffe-bin for ARMuClinux

2005-01-21 Thread David Tiller
Thank you all for your assistance. I guess what I mean by a 'real' static executable is one where all of the executable code is in a single file. There are absolutely no dependencies on external libs of any kind; dynamic, semi-static, faked by libtool - nothing. There are no embedded paths, s

[kaffe] Re: Problem getting a real static kaffe-bin for ARM uClinux

2005-01-21 Thread Kiyo Inaba
Hi, I wrote: > doesn't following configuration help? I am stupid enough, these are already set. Sorry for my noise. Kiyo P.S. I am in US right now, and trying to process as many mail messages before going back to Japan. ___ kaffe mailing list kaffe

Re: [kaffe] Re: Problem getting a real static kaffe-bin for ARM uClinux

2005-01-21 Thread Kiyo Inaba
Hi Andrea, You wrote: >Due the fact that Kaffe uses libtool you will never get a "real" static >executable, but you can only have a "semi-static" executable that will NOT >use the Linux dynamic library loading but will make all this works on its >own (IOW: kaffe-bin itself loads libnative and extr

[kaffe] Re: Problem getting a real static kaffe-bin for ARM uClinux

2005-01-21 Thread Andrea Scian
Hi David! Dear fellow Kaffe-lings, I've made good progress on getting a port of Kaffe 1.1.4 to uClinux 2.4.22 on an ARM processor. I (like many others, it seems) can get an executable that will give the usage() message, but if you try to run code, I get "Failed to locate native library "libnative"