Re: [kaffe] Rebuilding all sources

2004-11-26 Thread Pinaki Mukherjee
Actually, I am not adding or deleting any file, rather changing the -O2 option to -O0. Any quick pointer?   Thanks.Dalibor Topic <[EMAIL PROTECTED]> wrote: Pinaki Mukherjee wrote:> Hi,> > When I change Makefile and give "make all", it does not rebuild all the sources.

[kaffe] Rebuilding all sources

2004-11-24 Thread Pinaki Mukherjee
Hi,   When I change Makefile and give "make all", it does not rebuild all the sources. How can I get around this problem?   Thanks. Do you Yahoo!? The all-new My Yahoo! – What will yours do?___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-

Re: [kaffe] Debugging

2004-11-23 Thread Pinaki Mukherjee
AIL PROTECTED]> wrote: I was told that this is because the compiler optimzes the instructionsinto a different order. This can be over-come by changing the CFLAGSin config.frag to include -O0On Mon, 22 Nov 2004 19:59:25 -0800 (PST), Pinaki Mukherjee<[EMAIL PROTECTED]>wrote:> > Hi, >

Re: [kaffe] Debugging

2004-11-22 Thread Pinaki Mukherjee
line number here). Now all of a sudden, from inside the ALOAD_n block in kaffe.def, the control jumps to GETSTATIC (instead of going back to runVirtualMachine) and then to JSR_W. I am not understanding it. How can this happen? Thanks, Pinaki   Pinaki Mukherjee <[EMAIL PROTECTED]> wrote: Pleas

Re: [kaffe] Debugging

2004-11-20 Thread Pinaki Mukherjee
Please, can somenody answer this one...   Thanks. Pinaki Mukherjee <[EMAIL PROTECTED]> wrote: Hi,   I modified kaffe.def for each instruction and want to test whether they are correct. I want to step through each JVM instruction that is executed in Kaffe. I think this consists of instructio

Re: [kaffe] Debugging

2004-11-18 Thread Pinaki Mukherjee
I cannot. I tried that sometime back too, but doesn't work. I am using the interpreter mode.   Pinaki How did you get it to step into the kaffe.def file? I have beentrying to get that to work without success.Michael__Do You Yahoo!?Tired of spam? Ya

Re: [kaffe] Debugging

2004-11-18 Thread Pinaki Mukherjee
OTECTED]> wrote: On Wed, 17 Nov 2004 23:13:55 -0800 (PST), Pinaki Mukherjee<[EMAIL PROTECTED]>wrote:> > Hi, > > I modified kaffe.def for each instruction and want to test whether they are> correct. I want to step through each JVM instruction that is executed in> Kaffe. I t

[kaffe] Debugging

2004-11-17 Thread Pinaki Mukherjee
Hi,   I modified kaffe.def for each instruction and want to test whether they are correct. I want to step through each JVM instruction that is executed in Kaffe. I think this consists of instructions for VM creation, the actual application execution and the VM destruction. How do I do this?   I tr

[kaffe] kaffe.def

2004-10-28 Thread Pinaki Mukherjee
Hi,   How does the kaffe.def file (in .../kaffe/kaffevm/) work? I understand that it is basically meant for the 'switch' statement cases for the different instructions, but want to know how the syntax is defined. Are .def files part of the C language definition?   Thanks. Do you Yahoo!? Yahoo! Ma

[kaffe] Printing log

2004-10-11 Thread Pinaki Mukherjee
Hi,   I want to print some log data after the virtual machine execution is over (that is, after the function runVirtualMachine in .../kaffe/kaffevm/intrp/machine.c is invoked for the last time). I tried putting the print statement at the end of the function main or main2 in the file .../kaffe/kaffe

Re: [kaffe] ClassFormatError

2004-10-06 Thread Pinaki Mukherjee
n the SpecJVM benchmarks using Kaffe?   Pinaki Dalibor Topic <[EMAIL PROTECTED]> wrote: Pinaki Mukherjee wrote:> Hi,> > I am getting the following error message while trying to run specJVM98 > benchmark programs in Kaffe.Hi Pinaki,which Kaffe version do you use?> java.l

[kaffe] ClassFormatError

2004-10-04 Thread Pinaki Mukherjee
Hi,   I am getting the following error message while trying to run specJVM98 benchmark programs in Kaffe.   java.lang.ClassFormatError: spec/benchmarks/_201_compress/Main (wrong name: Main)   at java.lang.ClassLoader.defineClass0 (ClassLoader.java)   at java.lang.ClassLoader.defineClass (ClassLoade

[kaffe] stepping inside kaffe.def file

2004-09-09 Thread Pinaki Mukherjee
Hi,   how can I step inside the file .../kaffe/kaffevm/kaffe.def while debugging? when I do a 'step', gdb just shows the line number and says "in file kaffe.def". It doesn't show the code that's being executed. I checked that the Makefile in the same directory has the -g option. What needs to be do

[kaffe] Problem with configure command

2004-09-07 Thread Pinaki Mukherjee
While running the configure command (./configure --prefix ) for Kaffe 1.1.4, I am getting the following error message: ... config.status: creating libraries/clib/zip/Makefile config.status: creating libraries/clib/math/Makefile config.status: creating libraries/clib/management/Makefile

[kaffe] Free JVM benchmarks

2004-08-31 Thread Pinaki Mukherjee
Hi, Is there any free benchmark program suite in Java? I found almost all of them need to be purchased  :(  . Is there any free site? Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages!___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.

[kaffe] QTDIR

2004-08-31 Thread Pinaki Mukherjee
Hi,   I am trying to build Kaffe in Linux. While running configure, I'm getting this error message which says: "checking QTDIR... configure error: *** QTDIR must be defined, or --with-qtdir option given".   Does that mean I don't have Qt installed? I could find the qt directory in /usr/lib. What d

RE: [kaffe] Problem in build

2004-08-23 Thread Pinaki Mukherjee
Hi Guilhem, I seemed to work around the earlier problem. I just added another data structure exactly similar to the 'slots' data structure, but having member as the one I am adding. So the 'slots' structure is unaltered now. 'make' was successful and I could build the Kaffe executable. But now on

RE: [kaffe] Problem in build

2004-08-22 Thread Pinaki Mukherjee
Hi Guilhem, Thanks for replying. The platform I'm using is i686/Linux. Regards, Pinaki -Original Message- From: Guilhem Lavaux [mailto:[EMAIL PROTECTED] Sent: Sunday, August 22, 2004 11:17 PM To: Pinaki Mukherjee Cc: [EMAIL PROTECTED] Subject: Re: [kaffe] Problem in build P

RE: [kaffe] Problem in build

2004-08-22 Thread Pinaki Mukherjee
java:38) ** Can somebody please help. Thanks, Pinaki -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pinaki Mukherjee Sent: Sunday, August 22, 2004 6:01 PM To: [EMAIL PROTECTED] Subject: [kaffe] Problem in build Hi, I am trying

[kaffe] Problem in build

2004-08-22 Thread Pinaki Mukherjee
Hi, I am trying to build Kaffe after making some changes in the VM (some files in the .../kaffe/kaffevm and .../kaffe/kaffevm/intrp directories). I am getting the following error message: ** . . Making all in test make[1]: Entering directory `/

[kaffe] Interpreter mode

2004-08-11 Thread Pinaki Mukherjee
Hi,   Can somebody tell me how to build Kaffe in the interpreter mode. I am using a Sparc computer, so I think it’s building in the JIT mode by default. I could not find any information on this in the README file.   Thanks, Pinaki   __

[kaffe] Java stack

2004-08-05 Thread Pinaki Mukherjee
Hi, I am a new user of Kaffe. I am trying to perform some experiments on the Java stack that is supported by JVM. I want to find out the following: (a) The number of elements in the stack which are of size 8-, 16- and 32-bit. (b) The number of elements in the stack whose values will fit in 8-, 16-