<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Icedtea6 is served using CACAO for ARM</title>
	<atom:link href="http://labb.zafena.se/?feed=rss2&#038;p=1" rel="self" type="application/rss+xml" />
	<link>http://labb.zafena.se/?p=1</link>
	<description></description>
	<pubDate>Wed, 08 Sep 2010 23:29:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: xerxes</title>
		<link>http://labb.zafena.se/?p=1#comment-72</link>
		<dc:creator>xerxes</dc:creator>
		<pubDate>Sun, 21 Dec 2008 23:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://213.134.106.61/blog/?p=1#comment-72</guid>
		<description>This is a great  month!
Robert Schuster, Ken Gilmer and Sebastian Mancke have successfully crosscompiled OpenJDK for ARM!

This will make it possible to provide OpenJDK to all openembedded linux distributions running on home routers NAS drives and more. A great leap for embedded Java on ARM!


http://rschuster.blogs.evolvis.org/2008/12/21/serving-cross-compiled-openjdk-with-icedtea/


Check out Roberts answers to the question section as well!
http://rschuster.blogs.evolvis.org/2008/12/23/comments-on-latest-post-on-openjdk/</description>
		<content:encoded><![CDATA[<p>This is a great  month!<br />
Robert Schuster, Ken Gilmer and Sebastian Mancke have successfully crosscompiled OpenJDK for ARM!</p>
<p>This will make it possible to provide OpenJDK to all openembedded linux distributions running on home routers NAS drives and more. A great leap for embedded Java on ARM!</p>
<p><a href="http://rschuster.blogs.evolvis.org/2008/12/21/serving-cross-compiled-openjdk-with-icedtea/" rel="nofollow">http://rschuster.blogs.evolvis.org/2008/12/21/serving-cross-compiled-openjdk-with-icedtea/</a></p>
<p>Check out Roberts answers to the question section as well!<br />
<a href="http://rschuster.blogs.evolvis.org/2008/12/23/comments-on-latest-post-on-openjdk/" rel="nofollow">http://rschuster.blogs.evolvis.org/2008/12/23/comments-on-latest-post-on-openjdk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xerxes</title>
		<link>http://labb.zafena.se/?p=1#comment-70</link>
		<dc:creator>xerxes</dc:creator>
		<pubDate>Thu, 18 Dec 2008 11:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://213.134.106.61/blog/?p=1#comment-70</guid>
		<description>If you are using a OABI arm system and want to run java applications on it then the only current option is to use Classpath with a JVM like GCJ's GIJ or JamVM instead of OpenJDK.

These binarys for all ARM systems can be downloaded from:
http://packages.debian.org/en/etch/java-gcj-compat
or
http://packages.debian.org/en/etch/jamvm

You can then run java programs using Classpath + GIJ or jamvm using the java command.</description>
		<content:encoded><![CDATA[<p>If you are using a OABI arm system and want to run java applications on it then the only current option is to use Classpath with a JVM like GCJ&#8217;s GIJ or JamVM instead of OpenJDK.</p>
<p>These binarys for all ARM systems can be downloaded from:<br />
<a href="http://packages.debian.org/en/etch/java-gcj-compat" rel="nofollow">http://packages.debian.org/en/etch/java-gcj-compat</a><br />
or<br />
<a href="http://packages.debian.org/en/etch/jamvm" rel="nofollow">http://packages.debian.org/en/etch/jamvm</a></p>
<p>You can then run java programs using Classpath + GIJ or jamvm using the java command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xerxes</title>
		<link>http://labb.zafena.se/?p=1#comment-69</link>
		<dc:creator>xerxes</dc:creator>
		<pubDate>Thu, 18 Dec 2008 11:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://213.134.106.61/blog/?p=1#comment-69</guid>
		<description>Hi!
Debian for ARM exists in two versions one called "arm" using OABI and one called "armel" using EABI both are for the same kind of ARM CPU's yet they differ in the way the registers inside the ARM cpu are used when performing linux kernel systemcalls. Debian "armel" using EABI is a lot faster doing floatingpoint calculations than "arm", due to this all linux ARM developers are working on getting the EABI "armel" systems to replace the old OABI "arm" distributions. OABI "arm" distributions are not actively supported by the developers. Thats why you can't find any binarys for "arm" since all the binarys exists only for "armel"!


The first catch when installing OpenJDK for ARM is that OpenJDK binarys only exist on the "armel" version. 
The second catch is that the binarys are so new they only exist in Debian lenny (the next debian release currently in testing) for OpenJDK with zero and Debian sid (sid is the experimental unstabel debian version) for OpenJDK with cacao.


The binarys for ARM using EABI can be downloaded from:
http://packages.debian.org/en/lenny/armel/openjdk-6-jre/download
http://packages.debian.org/en/sid/armel/cacao-oj6-jre/download


Cheers and have a great day!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Debian for ARM exists in two versions one called &#8220;arm&#8221; using OABI and one called &#8220;armel&#8221; using EABI both are for the same kind of ARM CPU&#8217;s yet they differ in the way the registers inside the ARM cpu are used when performing linux kernel systemcalls. Debian &#8220;armel&#8221; using EABI is a lot faster doing floatingpoint calculations than &#8220;arm&#8221;, due to this all linux ARM developers are working on getting the EABI &#8220;armel&#8221; systems to replace the old OABI &#8220;arm&#8221; distributions. OABI &#8220;arm&#8221; distributions are not actively supported by the developers. Thats why you can&#8217;t find any binarys for &#8220;arm&#8221; since all the binarys exists only for &#8220;armel&#8221;!</p>
<p>The first catch when installing OpenJDK for ARM is that OpenJDK binarys only exist on the &#8220;armel&#8221; version.<br />
The second catch is that the binarys are so new they only exist in Debian lenny (the next debian release currently in testing) for OpenJDK with zero and Debian sid (sid is the experimental unstabel debian version) for OpenJDK with cacao.</p>
<p>The binarys for ARM using EABI can be downloaded from:<br />
<a href="http://packages.debian.org/en/lenny/armel/openjdk-6-jre/download" rel="nofollow">http://packages.debian.org/en/lenny/armel/openjdk-6-jre/download</a><br />
<a href="http://packages.debian.org/en/sid/armel/cacao-oj6-jre/download" rel="nofollow">http://packages.debian.org/en/sid/armel/cacao-oj6-jre/download</a></p>
<p>Cheers and have a great day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azrinsyah Mirza Asfian</title>
		<link>http://labb.zafena.se/?p=1#comment-67</link>
		<dc:creator>Azrinsyah Mirza Asfian</dc:creator>
		<pubDate>Thu, 18 Dec 2008 10:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://213.134.106.61/blog/?p=1#comment-67</guid>
		<description>Hi there,

I've tried to find debian and rpm distributions for OpenJDK and OpenJDK classpath with Cacao. I found that all of the distributions have all the binaries except for 'java' to execute Java program for ARM devices. Where can we actually get this from? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;ve tried to find debian and rpm distributions for OpenJDK and OpenJDK classpath with Cacao. I found that all of the distributions have all the binaries except for &#8216;java&#8217; to execute Java program for ARM devices. Where can we actually get this from? Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
