RFR: 8276672: Cannot build hsdis on WSL
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Wed Nov 10 00:55:15 UTC 2021
On Tue, 9 Nov 2021 15:06:05 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> JDK-8275128 introduced new Makefile for hsdis to integrate it to normal build system, however it does not work on WSL 1 Ubuntu 20.04 and MinGW from Ubuntu.
>>
>> Hsdis.gmk has two problems:
>>
>> 1. MinGW version is fixed to "9.2.0"
>> 2. Assumes sysroot for MinGW is located at /usr/$MINGW_BASE/sys-root
>>
>> I tested this change on WSL only, so it is appreciate to review on Cygwin.
>
> Please check out if https://github.com/magicus/jdk/tree/hsdis-on-wsl works OK in your environment. It does work for me on Cygwin.
@magicus Thanks ! Your change works fine on my WSL, so I merged it to this PR (and also I added you as a contributor).
-------------
PR: https://git.openjdk.java.net/jdk/pull/6269
More information about the build-dev
mailing list