Re: [Jamvm-general] Jamvm seg faults on Mips ( Big endian )
Brought to you by:
rlougher
From: JediKnight <ver...@ya...> - 2011-07-20 06:22:14
|
Hi guys, The above problem is resolved. Not sure what was wrong. I was using a different tool chain version to build classpath/jamvm compared to the tool chain that was used to create the kernel/RFS. When i used the same tool chain the segfault dissapears. Am able to run a simple "Hello World" program on the target. Now i have new problem when i try to start knopflerfish Osgi framework using jamvm: /usr/local/jamvm/bin/jamvm -jar /root/core_bundles/framework.jar I get this error: java.util.zip.ZipException: Not a valid zip file at java.util.zip.ZipFile.checkZipFile(ZipFile.java:209) at java.util.zip.ZipFile.<init>(ZipFile.java:139) at java.util.jar.JarFile.<init>(JarFile.java:199) at java.util.jar.JarFile.<init>(JarFile.java:181) at jamvm.java.lang.JarLauncher.main(JarLauncher.java:33) What could be wrong? The same jar starts wihout a problem for the same version of jamvm/classpath when compiled for i686 instead of mips. -- View this message in context: http://old.nabble.com/Jamvm-seg-faults-on-Mips-%28-Big-endian-%29-tp32089143p32096918.html Sent from the JamVM mailing list archive at Nabble.com. |