From meng.sun at sesca.com Tue Oct 7 01:36:11 2008 From: meng.sun at sesca.com (Meng Sun) Date: Tue, 07 Oct 2008 11:36:11 +0300 Subject: problems on Compiling OpenJDK With Zero Message-ID: <1223368571.6497.4.camel@sunmeng-desktop> Hi all, I want to compile OpenJDK on ARM920T processor in order to run OpenOffice and other graphics JAVA programe. Do I just need to copy everything under "ports/hotspot" to OpenJDK package and run makefile? Cheers, From xerxes at zafena.se Tue Oct 7 02:47:04 2008 From: xerxes at zafena.se (=?ISO-8859-1?Q?Xerxes_R=E5nby?=) Date: Tue, 07 Oct 2008 11:47:04 +0200 Subject: problems on Compiling OpenJDK With Zero In-Reply-To: <1223368571.6497.4.camel@sunmeng-desktop> References: <1223368571.6497.4.camel@sunmeng-desktop> Message-ID: <48EB3018.4020207@zafena.se> Meng Sun skrev: > Hi all, > I want to compile OpenJDK on ARM920T processor in order to run > OpenOffice and other graphics JAVA programe. Do I just need to copy > everything under "ports/hotspot" to OpenJDK package and run makefile? > Cheers, > > > Hi The zero support is developed in the icedtea sourcetree. The easiest way to build openjdk with zero for arm is download and use the icedtea buildsystem. Icedtea will download the openjdk sources pachit and build it with zero support. I have built it sucessfully by compiling it natively on a arm machine with debian/armel installed, i dont belive it is possible to crosscompile the build at the moment. http://icedtea.classpath.org/wiki/Main_Page Precompiled binarys for openjdk-6 with zero for arm is available in the Debian/armel distribution as well so if you have debian/armel installed on your board then you can get a prebuild jre by running. apt-get install openjdk-6-jre Cheers Xerxes