OpenJDK on ARM

2012-03-07 Thread Gaël Jobin
Hi everyone, I have searched on Internet about OpenJDK on ARM but I found a lot of different things... First, my goal is to have only the library of OpenJDK compiled for ARM, not Hotspot or anything else. I work for an embedded system based on ARM, and I want to use the JVM JamVM + OpenJDK on

Re: OpenJDK on ARM

2012-03-07 Thread Dalibor Topic
On 3/7/12 2:23 PM, Gaël Jobin wrote: First, my goal is to have only the library of OpenJDK compiled for ARM, not Hotspot or anything else. I work for an embedded system based on ARM, and I want to use the JVM JamVM + OpenJDK on my board. I believe that's a combination that the Icedtea

Re: OpenJDK on ARM

2012-03-07 Thread Andrew Haley
On 03/07/2012 01:23 PM, Gaël Jobin wrote: I have searched on Internet about OpenJDK on ARM but I found a lot of different things... First, my goal is to have only the library of OpenJDK compiled for ARM, not Hotspot or anything else. I work for an embedded system based on ARM, and I want

Re: Build Problem

2012-03-07 Thread Kelly O'Hair
You really aren't providing enough information to go on here. As of now, building 32bit requires a 32bit OS, and building 64bit requires a 64bit OS. The amd64 is a 64bit library, the i386 is a 32bit library, these libraries will not mix at runtime. So there are lots of facts you are leaving

RE: Build Problem

2012-03-07 Thread Jason Van Cleve
Hi, and thanks for the reply. Here's what I'm running: Fedora 14 64-bit (Laughlin) kernel 2.6.35.13-91.fc14.x86_64 gmake 3.82 My command line is: ALT_BOOTDIR=/opt/jdk1.6.0_25_x86-64 LANG=C gmake ARCH_DATA_MODEL=64 So I'm just interested in a 64-bit-only build. Just tweaking javac for my own

hg: jdk8/build/corba: Added tag jdk8-b28 for changeset 2082eb35d49a

2012-03-07 Thread david . katleman
Changeset: 6117395d4226 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/6117395d4226 Added tag jdk8-b28 for changeset 2082eb35d49a ! .hgtags

hg: jdk8/build: 5 new changesets

2012-03-07 Thread david . katleman
Changeset: 909bbce8f683 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/rev/909bbce8f683 Added tag jdk8-b28 for changeset 6e2541d60f4e ! .hgtags Changeset: 28f2fe471725 Author:mduigou Date: 2012-02-27 18:09 -0800 URL:

hg: jdk8/build/hotspot: Added tag jdk8-b28 for changeset b183b0863611

2012-03-07 Thread david . katleman
Changeset: 610674484669 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/610674484669 Added tag jdk8-b28 for changeset b183b0863611 ! .hgtags

hg: jdk8/build/jaxp: 2 new changesets

2012-03-07 Thread david . katleman
Changeset: 4e39817737cf Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/4e39817737cf Added tag jdk8-b28 for changeset f3244c1f0486 ! .hgtags Changeset: 25099a745e1a Author:katleman Date: 2012-03-07 13:46 -0800 URL:

hg: jdk8/build/jaxws: 2 new changesets

2012-03-07 Thread david . katleman
Changeset: 4bbf9e355e50 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/4bbf9e355e50 Added tag jdk8-b28 for changeset 88b85470e72c ! .hgtags Changeset: 4897d9d2d048 Author:katleman Date: 2012-03-07 13:47 -0800 URL:

hg: jdk8/build/jdk: 29 new changesets

2012-03-07 Thread david . katleman
Changeset: c7ff6d8dc90d Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/c7ff6d8dc90d Added tag jdk8-b28 for changeset 1e1d41daaded ! .hgtags Changeset: f959bde6990a Author:prr Date: 2012-02-24 09:37 -0800 URL:

Re: Build Problem

2012-03-07 Thread David Holmes
Jason, You can build 64-bit VM on 64-bit machine, but only the server VM. The client VM is not supported in 64-bit. Not sure why your build is trying to build the client VM here. David On 6/03/2012 8:26 AM, Jason Van Cleve wrote: Hi, I hope it's okay to ask questions here, as I've been