[kaffe] After cross-compiling, excution error in the arm platform.

2005-07-11 Thread toodulli
Hi all. I do cross-compiling for the arm processor. After cross-compiling, there are some directory. = bin jre man include lib share = So, This directories was linked to use nfs(network file system) in arm board. Changed directory is bin. and then execute ./kaffe hel

[kaffe] kaffe porting on the arm cpu.

2005-07-08 Thread toodulli
-1.1.4 I saw the error message too. I think kaffeh's problem. *** error message *** make[1]: enter '/home/toodulli/kaffe-1.1.4/include' directory /usr/local/bin/kaffeh -classpath ../libraries/javalib/Klasses.jar.bootstrap -o java_lang_Object.h java/lang/Object Usage: kaff

[kaffe] About the garbage collection initialization method

2005-07-07 Thread toodulli
Hi all. I have a question about garbage collection algorithm. When virtual machine is initialized, let garbage collection object initailze. When initCollector method make garbage collector object, it stores allocation type in gcFunctions[39] array. Please, I hope you explain this reason. =

[kaffe] cross compile erroer - config.log

2005-07-06 Thread toodulli
n /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /root/bin PATH:

[kaffe] cross compile error

2005-07-06 Thread toodulli
Hi...all. I want to cross compile for arm architecture. But, When configuring, saw the error messages. [EMAIL PROTECTED] kaffe-1.1.4]# CC=arm-linux-gcc NM=arm-linux-nm AR=arm-linux-ar ./configure --host=arm-linux --build=i686-linux checking for a BSD-compatible install... /usr/bin/install -c check

[kaffe] cross compile error!!!

2005-07-05 Thread toodulli
Hi...all. I want to cross compile for arm architecture. But, When configuring, saw the error messages.   [EMAIL PROTECTED] kaffe-1.1.4]# CC=arm-linux-gcc NM=arm-linux-nm AR=arm-linux-ar ./configure --host=arm-linux --build=i686-linux checking for a BSD-compatible install... /usr/bin/in

[kaffe] kaffe's license

2005-06-13 Thread toodulli
hi all. I wondering kaffe's license. After I modify kaffe's source code for commercial distribution, I want to use for kaffe virtual machine in digital television settop box. And then, Have I a duty to give money? Where? additional qustaion.. If I don't used a Kaffe' virtual machine. If CDC-VM was

[kaffe] I want to know kaffe's garbage collection processing modules.

2005-06-07 Thread toodulli
Hi all. I am studying kaffe's virtual machine. I analyze kaffe's source code, but so difficult. I want to know kaffe's gc processing module. If somebody have known this module, I want to know them. please, I hope professional's help. ___ kaffe mailin

[kaffe] ./configure error in the kaffe-1.1.5

2005-05-16 Thread toodulli
Hi all.. When I have ./configure, I found the error message. === checking for gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 libart-2.0 gdk-pixbuf-2.0... Requested 'gtk+-2.o >=' but version of GTK+ is 2.2.1 configure: error: Library requirements (gtk+-2.0 >=2.4 gthread-

[kaffe] compile error when compile the kaffe-0.4

2005-04-27 Thread toodulli
le, somebody to help me...^^* kaffe-0.4 version toodulli ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] I want to know how to debug kaffe vm.

2005-02-13 Thread toodulli
I have studied about kaffe virtual machine recently. I amazing that so many people know kaffe vm. I want to know how to debug kaffe vm using ddd debuging tools. But, I couldn't use ddd tools base on kaffe vm. I did debug simple program to use ddd. Could you help me what do i do to debu