On 06/09/2011 02:26 AM, Eric Petersen wrote: > I am trying to run oracle's Java SE for Embedded 6 > (http://www.oracle.com/technetwork/java/javame/embedded/download/javase/inde > x.html) on the mpc8544ds distribution (version 4.2). There is a version for > the e500v2 core that I think should work, but when I run "java -version", I > get a segfault and core dump. If I load the dump into gdb, I get the > following stack trace: > > (gdb) bt > #0 0x0ffa3e20 in pthread_getspecific () from /lib/libpthread.so.0 > #1 0x0fc6cb4c in ?? () from /opt/ejre1.6.0_25/lib/ppc/client/libjvm.so > #2 0x0fbb3edc in JVM_handle_linux_signal () from > /opt/ejre1.6.0_25/lib/ppc/client/libjvm.so > #3 0x0fbaba6c in ?? () from /opt/ejre1.6.0_25/lib/ppc/client/libjvm.so > #4 <signal handler called> > #5 0x480ec4e0 in ?? () > #6 0x480ec4d4 in ?? () > #7 0x480ec4d4 in ?? () > #8 0x51f60da0 in ?? () > Backtrace stopped: previous frame inner to this frame (corrupt stack?)
The Java-SE requires (as read on the Oracle's website) at least kernel 2.6.28 and glibc 2.9 or higher. The libc requirement is not fullfilled by ELDK-4.2. What about to give ELDK 5.0 a chance ? Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
