View Single Post
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#1
Hi,

as Java "kind of" works (http://talk.maemo.org/showthread.php?t=37405) it would be great to have also SWT running.

One option would be to build SWT in Scratchbox on the ARMEL target. Though afaik building SWT requires Java and here unfortunately both JDK's fail to run under Scartchbox with similar errors:
[sbox-FREMANTLE_ARMEL: ~] > java/openjdk/camswl/j2sdk-image/bin/java
qemu: Unsupported syscall: 242
qemu: Unsupported syscall: 242
*** glibc detected *** java/openjdk/camswl/j2sdk-image/bin/java: double free or corruption (!prev): 0x0001fab0 ***

[sbox-FREMANTLE_ARMEL: ~] > java/sun_ejre/ejre1.6.0_10/bin/java
qemu: Unsupported syscall: 242
qemu: Unsupported syscall: 242
*** glibc detected *** java/sun_ejre/ejre1.6.0_10/bin/java: double free or corruption (!prev): 0x0001df80 ***
What other options are there to get SWT for Fremantle?
Is it feasible to get the required files from debian packages or is the whole task a bigger endeavor?
At least the guys from Jalimo also got SWT packaged for their Java port.

Any comments are highly appreciated.


Best regards

Wonko

Last edited by Wonko; 2010-01-16 at 11:54. Reason: Changed title