[kaffe] How to get the precise time cost of kaffe?

2004-08-27 Thread embstudy
Hello, In the FAQ.timing, it says: --- The new timing mechanism allows arbitrary portions of vm execution to be measured. When configured --with-timing, kaffe will print a summary of all timings measured on exit. Usage is sim

Re: [kaffe] To everyone use QT-bakend

2004-08-16 Thread embstudy
Hello Jari In your mail: >Hi, > >Could you please let me know which configuration, compiler and Kaffe >version you used for XScale. I've been trying to build Kaffe for both >armv5l and armv5b without success - for big endian XScale the build fails >and on a "regular" arm box HelloWorld gives a SIG

Re: [kaffe] A question about "JNI_OnLoad"

2004-08-15 Thread embstudy
Hello I finally clean the NPE using gdb. :) Till now, I am not sure where exactly the qtopia influence kaffe, but now I could run a plain text helloworld in the embeddedkonsole of qtopia now. The NPE was due to some initProperties, in function(System.c) : struct Hjava_util_Properties* java_lang_Sy

Re: [kaffe] A question about "JNI_OnLoad"

2004-08-14 Thread embstudy
Hello I finally clean the NPE using gdb. :) Till now, I am not sure where exactly the qtopia influence kaffe, but now I could run a plain text helloworld in the embeddedkonsole of qtopia now. The NPE was due to some initProperties, in function(System.c) : struct Hjava_util_Properties* java_lang_Sy

[kaffe] To everyone use QT-bakend

2004-08-14 Thread embstudy
Hello everyone, Up to now, I have been trying to port Kaffe to my Qt-bakend arm-xscale box for more than a month. Though I had successfully made the plain text Helloworld work(s) fine, however the AWT never jump out. I don't know how to describe my mind now, maybe a bit frustrated, or a little bit

[kaffe] About xdebugging

2004-08-11 Thread embstudy
Hello everyone, I have successfully crosscompiled kaffe with --enable-xdebugging, but failed at using it. :) I read the FAQ.xdebugging carefully, but still confused by the words about Installation In addition to the sta

Re: [kaffe] A question about "JNI_OnLoad"

2004-08-10 Thread embstudy
Hello Guilhem in your last letter to me, you said: * Hi ! Thank you for the detailed testings. As HelloWorldApp is working, we can eliminate sysdepCallMethod. However, I don't see how qtopia may interfere in initProperties. Is i

Re: Re: [kaffe] A question about "JNI_OnLoad"

2004-08-01 Thread embstudy
Hello, Yes,I am a little bit sure that the question is not related to "JNI_OnLoad". But I don't agree that it is the architecture that cause the problem. In my opinion, the Qtopia1.7(based on QTE-2.3.7) is the most possible keypoint. We have successfully got the plain text "Helloworld" run in tw

[kaffe] A question about "JNI_OnLoad"

2004-07-30 Thread embstudy
About the question, plz refer to http://www.mail-archive.com/[EMAIL PROTECTED]/msg06677.html and a similar question, http://www.mail-archive.com/[EMAIL PROTECTED]/msg06811.html No one knows what happened?? I think there is something wrong with its implementation. I noticed there once a similar d

[kaffe] FileOutputStream Error because of QT-AWT??

2004-07-30 Thread embstudy
Hello everyone, We have been trying kaffe on our PXA255 platform for a few days, and we could run a plain text "Helloworld" successfully before we start qtopia. But if we start qtopia, (we use the cmd "/etc/rc.d/init.d/qtopia start"), we couldn't get the ball rolling!! From the msg we found t

[kaffe] A question about "JNI_OnLoad"

2004-07-20 Thread embstudy
Hello This is the cmd I used: __ __ # kaffe -v -vmdebug AWT,NATIVELIB -ss 128600 -cp $PWD Calc -- -- And I got the following errors: +

Re:??[kaffe]?Qt-AWT?Illegal?instruction?Error,?Is?it

2004-07-16 Thread embstudy
Dear Dalibor, Thanks for your intime reply and help ... :) In your mail: > >Thanks ;) What are you guys using kaffe for, if I may ask out of curiosity? > ^^ ^ In fact, we are taking

Re:  [kaffe]  Qt-AWT  Illegal  instruction  Error,  Is  it  a  b

2004-07-14 Thread embstudy
In your mail: >[EMAIL PROTECTED] wrote: > >> soft_fixup_trampoline(): return 0x29df54 >> Illegal instruction > >could you compile developers/sp_offset.c and run it on your target >platform, and report the results? I think we may have some xscales that >have different sp_offset values, ugh. | | S

[kaffe] Qt-AWT Illegal instruction Error, Is it a bug???

2004-07-13 Thread embstudy
Hello everyone, I am now using the QTAWT backend, and I can run a plain text "helloworld" successfully. But When I try to excute an AWT test program, such as the Snowman, I got the following error. -++The cmd i used ++-- # kaffe -v -vmdebug ALL Cal

[kaffe] (no subject)

2004-07-13 Thread embstudy
Hello everyone, I am now using the QTAWT backend, and I can run a plain text "helloworld" successfully. But When I try to excute an AWT test program, such as the Snowman, I got the following error. -++The cmd i used ++-- # kaffe -v -vmdebug ALL Cal