You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86_64-w64-mingw32-g++ should have been installed with cygwin and be available in /usr/bin (Linux path) or C:\cygwin64\bin (Windows path) . More details about OpenJ9 extensions for OpenJDK10 build on Windows could be found here.
The text was updated successfully, but these errors were encountered:
Just saw this on build-softlayer-win2012r2-x64-2 when building jdk10u-openj9 which failed the build:
x86_64-w64-mingw32-g++: Command not found
For older toolchain versions - VS2010, VS2013 - the mingw64-x86_64-gcc-g++ package available with cygwing works fine.
The openjdk10_openj9_build_x86-64_windows uses VS2013:
--with-toolchain-version=2013
x86_64-w64-mingw32-g++
should have been installed with cygwin and be available in/usr/bin
(Linux path) orC:\cygwin64\bin
(Windows path) . More details about OpenJ9 extensions for OpenJDK10 build on Windows could be found here.The text was updated successfully, but these errors were encountered: