[riscv-port-jdk11u:riscv-port] RFR: 8314420: Implementation of JEP 422: Linux/RISC-V Port

kuaiwei duke at openjdk.org
Tue Aug 22 08:54:24 UTC 2023


On Mon, 21 Aug 2023 08:58:55 GMT, kuaiwei <duke at openjdk.org> wrote:

> > Seems that I can not do a native build on hifive unmatched with `--disable-precompiled-headers` or without `--disable-warnings-as-errors`. The GCC version is `gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)`. Please have a look.
> > PS: And we should add RISC-V code for https://bugs.openjdk.org/browse/JDK-8313796 which has just been backported to jdk11u-dev
> 
> I built the jdk on qemu with gcc10. I will check if it can be built with other gcc version. For JDK-8313796, I will add it to backport patch list. Thanks for your suggestion.

The new commit https://github.com/openjdk/riscv-port-jdk11u/pull/3/commits/d870f22a518078ba561cae37c9679b2289a60b66 fixed gcc compilation error. I can built fastdebug image with gcc13 and "--disable-warnings-as-errors" option.

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

PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/3#issuecomment-1687756854


More information about the riscv-port-dev mailing list