I am building jdk11 from openjdk source code.
Details of env :
Platform : windows using Cygwin64
Git repo : https://github.com/openjdk/jdk11u.git
- while running build it checks all dependencies are fine.
- then prints Configuration summary:
- then prints Tools summary
- then prints below error
Build performance summary:
* Cores to use: 2
* Memory limit: 4094 MB
- C:/work/82caeaee125c418c/src/openjdk-jdk11u/make/Main.gmk:46: /cygdrive/c/work/82caeaee125c418c/src/openjdk-jdk11u/make/common/FindTests.gmk: No such file or directory
- gmake[1]: *** No rule to make target '/cygdrive/c/work/82caeaee125c418c/src/openjdk-jdk11u/make/common/FindTests.gmk'. Stop.
- gmake: *** No rule to make target 'images'. Stop.
- Process exited with code 2
- Process exited with code 2 (Step: build (Command Line))
- Step build (Command Line) failed
In error file, it shows, FindTests.gmk is not there in system. But if I check its present on that path.
I don't know what's causing this issue.