On Fri, 18 Sep 2020 15:34:26 GMT, Erik Joelsson <er...@openjdk.org> wrote:

>> Build changes look good to me. I will take this branch for a spin.
>
> Our linux-aarch64 build fails with this:
> cc: error: unrecognized command line option '-std=c++14'
> when compiling 
> build/linux-aarch64/buildjdk/hotspot/variant-server/libjvm/objs/precompiled/precompiled.hpp.gch
> 
> I'm trying to configure a windows-aarch64 build, but it fails on fixpath. Is 
> this something you are also experiencing,
> and if so, how are you addressing it?

Hey @erikj79, thank you so much for giving it a try!

> Our linux-aarch64 build fails with this:
> cc: error: unrecognized command line option '-std=c++14'
> when compiling 
> build/linux-aarch64/buildjdk/hotspot/variant-server/libjvm/objs/precompiled/precompiled.hpp.gch

Hmm, that's interesting. What environment is that exactly? What `configure` 
line are you using there? We have tested on
such a system: $ cat /etc/issue
Ubuntu 19.10 \n \l
$ bash configure --with-boot-jdk=/home/beurba/work/jdk-16+13 --with-jtreg
$ make clean CONF=linux-aarch64-server-release
$ make images JOBS=255 LOG=info CONF=linux-aarch64-server-release
$ ./build/linux-aarch64-server-release/images/jdk/bin/java 
-XshowSettings:properties -version 2>&1 | grep aarch64
    java.home = 
/home/beurba/work/jdk/build/linux-aarch64-server-release/images/jdk
    os.arch = aarch64
    sun.boot.library.path = 
/home/beurba/work/jdk/build/linux-aarch64-server-release/images/jdk/lib
--------------------------------------------------------
> I'm trying to configure a windows-aarch64 build, but it fails on fixpath. Is 
> this something you are also experiencing,
> and if so, how are you addressing it?

Yes. As far as I understand, the problem is that `fixpath.exe` isn't built 
properly when doing cross-compiling on
Windows targets (as it hasn't been a thing so far). We use a workaround 
internally
https://gist.github.com/lewurm/c099a4b5fcd8a182510cbdeebcb41f77 , but a proper 
solution is under discussion on
build-dev: 
https://mail.openjdk.java.net/pipermail/build-dev/2020-July/027872.html

-------------

PR: https://git.openjdk.java.net/jdk/pull/212

Reply via email to