Issues building graal-jvmci-8 with Cygwin
Doug Simon
doug.simon at oracle.com
Mon Nov 5 09:20:45 UTC 2018
Hi Jp,
As you are experiencing, Windows support is not as strong as for other platforms. Do you really need to build JVMCI on Windows or can you use the Windows binary available at https://github.com/graalvm/openjdk8-jvmci-builder/releases/tag/jvmci-0.49?
If you need to build on Windows, I don't think a cygwin environment works any more. You also need Windows SDK v7.1 installed in the default location. More instructions are at https://github.com/oracle/graal/tree/master/compiler#windows-specifics-1.
-Doug
> On 5 Nov 2018, at 05:59, Halimi, Jean-Philippe <jean-philippe.halimi at intel.com> wrote:
>
> Hi,
>
> I am running into building issues for Graal-JVMCI-8 on Windows. I run the following command:
>
> mx --java-home /cygdrive/c/Program\ Files/Java/jdk1.8.0_191/ build
>
> WARNING: No platform-specific definition is available for distribution JVM_PRODUCT_SERVER for your OS (cygwin)
> JAVA_HOME: /cygdrive/c/Program Files/Java/jdk1.8.0_191/
> EXTRA_JAVA_HOMES: /home/jhalimi/java/jdk-11
> Building HotSpot[product, server]... [/home/jhalimi/Programming/graal/graal-jvmci-8/build/cygwin/cygwin_amd64_compiler2/generated/jvmtifiles/jvmti.h[does not exist] does not exist]
> Could not find Windows SDK : 'C:\Program Files\Microsoft SDKs\Windows\v7.1\' does not exist
> Building HotSpot[product, server] failed
> 1 build tasks failed
>
> Can it be related to the first warning message?
>
> Has anybody ran into this problem before?
>
> Thanks,
> Jp
More information about the graal-dev
mailing list