hi cortez,
i'm very new with compiling such stuff, but as far as i understand it (it's possible i'm wrong, it had been a long weekend *g)
gcc-java-3.3.2 is part of the gnu compiler collection but not included in the main package... you can get it at gnu.org...
it is able to compile java to byte code and what i needed more: compile java or byte code to native machine code...
ibm provides the source of swt2 in the file j-nativegui2.zip, which includes java source for building the native libraries you needed, in the instructions you are advised to use gcj for this work...
http://www-106.ibm.com/developerworks/java...y/j-nativegui2/gcc-java isn't avaiable for arm, so i need to compile it.
i think my problem are missing switches i probably have to start with the configure script... on gnu's page i found an instruction with example switches for arm architectures, but didn't succeeded... make fails on one or some later sourcefiles because of 'i686' instructions (the first 30min it was compiling fine *g)... i don't know what went wrong with the configure script...
http://www.gnu.org/software/gcc/java/these i686 error i've got on some other programs i tried to compile, in the according installations note always stand: ./configure, make, make install, ready.... paaaah!!!
in past i have compiled some programs on i86 linux without problems, but compiling for arm seems to be very difficult
do you or someone else knows where i can find a good howto for compiling on arm?
thanks,
titus