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
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.
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.
The text was updated successfully, but these errors were encountered: