Re: JDK14 cross-compile to arm64 fails with linking error

2020-10-23 Thread Choe, Jiwon
Hi, On Tue, Oct 20, 2020 at 5:26 AM Andrew Haley wrote: > Hi, > > On 19/10/2020 03:53, Choe, Jiwon wrote: > > > I'm trying to cross-compile JDK 14 to target aarch64-linux-gnu, from a > > 64-bit x86 Linux (Ubuntu 18.04). > > > > I followed the steps described in the documentation ( > > > https:/

Re: JDK14 cross-compile to arm64 fails with linking error

2020-10-20 Thread Andrew Haley
Hi, On 19/10/2020 03:53, Choe, Jiwon wrote: > I'm trying to cross-compile JDK 14 to target aarch64-linux-gnu, from a > 64-bit x86 Linux (Ubuntu 18.04). > > I followed the steps described in the documentation ( > https://hg.openjdk.java.net/jdk/jdk14/raw-file/tip/doc/building.html#creating-and-us

Re: JDK14 cross-compile to arm64 fails with linking error

2020-10-19 Thread David Holmes
Hi, On 19/10/2020 12:53 pm, Choe, Jiwon wrote: Hello all, I'm trying to cross-compile JDK 14 to target aarch64-linux-gnu, from a 64-bit x86 Linux (Ubuntu 18.04). I followed the steps described in the documentation ( https://hg.openjdk.java.net/jdk/jdk14/raw-file/tip/doc/building.html#creating-

Re: JDK14 cross-compile to arm64 fails with linking error

2020-10-19 Thread Erik Joelsson
Hello, I don't recognize the error and can't be much help there, but I would recommend you use the latest sources for the JDK release you want to build to maximize your chances at success. For 14, that would be: http://hg.openjdk.java.net/jdk-updates/jdk14u/ Note though that nobody is curren

JDK14 cross-compile to arm64 fails with linking error

2020-10-18 Thread Choe, Jiwon
Hello all, I'm trying to cross-compile JDK 14 to target aarch64-linux-gnu, from a 64-bit x86 Linux (Ubuntu 18.04). I followed the steps described in the documentation ( https://hg.openjdk.java.net/jdk/jdk14/raw-file/tip/doc/building.html#creating-and-using-sysroots-with-qemu-deboostrap), but when