[kaffe] prot kaffe 1.1.5 on xscale
huangtonglang
huangtonglang at 126.com
Mon Apr 18 21:12:47 PDT 2005
Hello all,
I've just cross-compiled the new 1.1.5 on ARM (XScale PXA255,
crosstools, gcc 2.95.3, glibc 2.1.3), but when I run the simplest "jhello"I
take:
/////////////////////////////
[root at Xhyper255-nie bin]$./kaffe -vmdebug INIT jhello
initCollector()
initCollector() done
initNativeThreads(0x10000)
Detected stackSize 1048576
pc : [<00060510>] lr : [<000604ec>] Not tainted
sp : bffff2a8 ip : 0017fd08 fp : bffff2d4
r10: 001897d0 r9 : 00000001 r8 : bffffbb4
r7 : 00000003 r6 : 00000005 r5 : 00000000 r4 : 00060438
r3 : bffff000 r2 : c0000000 r1 : bffff2b4 r0 : 00001000
Flags: nzCv IRQs on FIQs on Mode USER_32 Segment user
Control: 397F Table: A3D18000 DAC: 00000015
initNativeThreads(0x10000) done
utf8ConstInit()
utf8ConstInit() done
initClasspath()
initClasspath() done
initNative()
initNative() done
create names and signatures
done
initTypes()
initTypes() done
initBaseClasses()
initBaseClasses() done
finishTypes()
finishTypes() done
initExceptions()
begin initThreads()
initThreads()
initThreads() done
jhello
/////////////////////////////
is that seem I get a wrong when InitNativeThreads?
My configure as follow:
/////////////////////////
CC=arm-linux-gcc AS=arm-linux-as LD=arm-linux-ld KAFFEH=/usr/local/kaffe/bin/kaffeh ./configure --prefix=/usr/local/kaffe_29_jit_threads_x --build=i686-linux --host=arm-unknown-linux-gnu --with-x --without-kaffe-qt-awt --with-kaffe-x-awt --without-esd --enable-pure-java-math -without-classpath-gtk-awt --with-engine=jit --x-includes=/usr/local/hybus-arm-linux-R1.1/arm-linux/X11R6-arm/include --x-libraries=/usr/local/hybus-arm-linux-R1.1/arm-linux/X11R6-arm/lib --with-includes=/usr/local/hybus-arm-linux-R1.1/arm-linux/include --with-libraries=/usr/local/hybus-arm-linux-R1.1/lib --with-threads=unix-jthreads
/////////////////////////////
If I use pthreads instead jthreads,the vm will halt after initthreads and can't printf result.
thank you for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20050419/bc125401/attachment-0005.htm
More information about the kaffe
mailing list