-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I have created riscv chroot. Inside chroot, I have successfully executed bash configure.
While executing make images I am getting the following error.
Error Log -
root@ryze:/openjdk/riscv-port# make images
Building target 'images' in configuration 'linux-riscv64-server-release'
/usr/bin/bash: line 2: /dev/fd/63: No such file or directory
ERROR: Build failed for target 'images' in configuration 'linux-riscv64-server-release' (exit code 1)
No indication of failed target found.
HELP: Try searching the build log for '] Error'.
HELP: Run 'make doctor' to diagnose build problems.
make[1]: *** [/openjdk/riscv-port/make/Init.gmk:320: main] Error 1
make: *** [/openjdk/riscv-port/make/Init.gmk:186: images] Error 2
Please note that I am building openjdk inside chroot.