From forrest.hong at gmail.com Thu Apr 9 02:06:01 2020 From: forrest.hong at gmail.com (Forrest Hong) Date: Thu, 9 Apr 2020 10:06:01 +0800 Subject: openjdk7,8 for mips32 Message-ID: Hello everyone. Is there any mips32 version for open-jdk-7 or 8? if yes, could your let me know how can I get it? Thanks Forrest -------------- next part -------------- An HTML attachment was scrubbed... URL: From aoqi at loongson.cn Tue Apr 14 01:36:22 2020 From: aoqi at loongson.cn (Ao Qi) Date: Tue, 14 Apr 2020 09:36:22 +0800 Subject: openjdk7,8 for mips32 In-Reply-To: References: Message-ID: Hi Forrest, Maybe you could try zero, which is an interpreter. Debian provides openjdk8 zero build of mips and mipsel (mips and mipsel are in the Architecture list at present)[1]. Loongson has ported openjdk8 to mips64el, which is a 64-bit server compiler version. If you want a mips32 JIT version, I think Azul may help you[2]. Cheers, Ao Qi [1] https://packages.debian.org/stretch/openjdk-8-jdk [2] https://www.azul.com/products/zulu-embedded/ On Thu, Apr 9, 2020 at 10:06 AM Forrest Hong wrote: > > Hello everyone. > > Is there any mips32 version for open-jdk-7 or 8? if yes, could your let me know how can I get it? > > Thanks > Forrest > From forrest.hong at gmail.com Tue Apr 14 09:30:47 2020 From: forrest.hong at gmail.com (Forrest Hong) Date: Tue, 14 Apr 2020 17:30:47 +0800 Subject: openjdk7,8 for mips32 In-Reply-To: References: Message-ID: Hello Ao Thanks for the reply. where Can I get zero, is there source code so that I can use my platform's cross compiler to build one for myself. Yes, I want mips32 version. Hello Azul Could you show me how can I get mips32 version? Thanks Forrest Ao Qi ?2020?4?14??? ??9:37??? > Hi Forrest, > > Maybe you could try zero, which is an interpreter. Debian provides > openjdk8 zero build of mips and mipsel (mips and mipsel are in the > Architecture list at present)[1]. > > Loongson has ported openjdk8 to mips64el, which is a 64-bit server > compiler version. If you want a mips32 JIT version, I think Azul may > help you[2]. > > Cheers, > Ao Qi > > [1] https://packages.debian.org/stretch/openjdk-8-jdk > [2] https://www.azul.com/products/zulu-embedded/ > > > > > On Thu, Apr 9, 2020 at 10:06 AM Forrest Hong > wrote: > > > > Hello everyone. > > > > Is there any mips32 version for open-jdk-7 or 8? if yes, could your let > me know how can I get it? > > > > Thanks > > Forrest > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aoqi at loongson.cn Tue Apr 14 10:11:36 2020 From: aoqi at loongson.cn (Ao Qi) Date: Tue, 14 Apr 2020 18:11:36 +0800 Subject: openjdk7,8 for mips32 In-Reply-To: References: Message-ID: On Tue, Apr 14, 2020 at 5:30 PM Forrest Hong wrote: > > Hello Ao > Thanks for the reply. where Can I get zero, is there source code so that I can use my platform's cross compiler to build one for myself. Zero is an upstream supported version, so the source code is here: http://hg.openjdk.java.net/jdk8u/jdk8u. "--with-jvm-variants=zero" should be used during configure and a patch may be needed if I remember correctly. We have nightly zero build for mips64. I didn't try mips32, but I think it should work. We used a native build, and I'm not sure how to cross build jdk8u. The build method of jdk7u is different. Cheers, Ao Qi > > Yes, I want mips32 version. > Hello Azul > Could you show me how can I get mips32 version? > > Thanks > Forrest > > > > Ao Qi ?2020?4?14??? ??9:37??? >> >> Hi Forrest, >> >> Maybe you could try zero, which is an interpreter. Debian provides >> openjdk8 zero build of mips and mipsel (mips and mipsel are in the >> Architecture list at present)[1]. >> >> Loongson has ported openjdk8 to mips64el, which is a 64-bit server >> compiler version. If you want a mips32 JIT version, I think Azul may >> help you[2]. >> >> Cheers, >> Ao Qi >> >> [1] https://packages.debian.org/stretch/openjdk-8-jdk >> [2] https://www.azul.com/products/zulu-embedded/ >> >> >> >> >> On Thu, Apr 9, 2020 at 10:06 AM Forrest Hong wrote: >> > >> > Hello everyone. >> > >> > Is there any mips32 version for open-jdk-7 or 8? if yes, could your let me know how can I get it? >> > >> > Thanks >> > Forrest >> > >> From forrest.hong at gmail.com Thu Apr 16 01:14:27 2020 From: forrest.hong at gmail.com (Forrest Hong) Date: Thu, 16 Apr 2020 09:14:27 +0800 Subject: openjdk7,8 for mips32 In-Reply-To: References: Message-ID: Hello Ao Got it, thanks, i will try it. Ao Qi ?2020?4?14??? ??6:12??? > On Tue, Apr 14, 2020 at 5:30 PM Forrest Hong > wrote: > > > > Hello Ao > > Thanks for the reply. where Can I get zero, is there source code so that > I can use my platform's cross compiler to build one for myself. > > Zero is an upstream supported version, so the source code is here: > http://hg.openjdk.java.net/jdk8u/jdk8u. "--with-jvm-variants=zero" > should be used during configure and a patch may be needed if I > remember correctly. We have nightly zero build for mips64. I didn't > try mips32, but I think it should work. We used a native build, and > I'm not sure how to cross build jdk8u. The build method of jdk7u is > different. > > Cheers, > Ao Qi > > > > > > Yes, I want mips32 version. > > Hello Azul > > Could you show me how can I get mips32 version? > > > > Thanks > > Forrest > > > > > > > > Ao Qi ?2020?4?14??? ??9:37??? > >> > >> Hi Forrest, > >> > >> Maybe you could try zero, which is an interpreter. Debian provides > >> openjdk8 zero build of mips and mipsel (mips and mipsel are in the > >> Architecture list at present)[1]. > >> > >> Loongson has ported openjdk8 to mips64el, which is a 64-bit server > >> compiler version. If you want a mips32 JIT version, I think Azul may > >> help you[2]. > >> > >> Cheers, > >> Ao Qi > >> > >> [1] https://packages.debian.org/stretch/openjdk-8-jdk > >> [2] https://www.azul.com/products/zulu-embedded/ > >> > >> > >> > >> > >> On Thu, Apr 9, 2020 at 10:06 AM Forrest Hong > wrote: > >> > > >> > Hello everyone. > >> > > >> > Is there any mips32 version for open-jdk-7 or 8? if yes, could your > let me know how can I get it? > >> > > >> > Thanks > >> > Forrest > >> > > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: