cva6
cva6 copied to clipboard
../configure: No such file or directory
error while running following code from README.md:
mkdir build
cd build
../configure --prefix=$RISCV --host=riscv64-unknown-elf
ERROR:
../configure: No such file or directory
the configure
file seems to be missing from root directory of the project
These commands are basically done in this script: https://github.com/openhwgroup/cva6/blob/master/ci/install-riscvpk.sh
It will cd
in the riscv-pk
repository. The configure
file is available there: https://github.com/riscv-software-src/riscv-pk/blob/master/configure
Thanks for your help with this @pcotret.
Hi @Rayz-b. This Issue was responded to a year ago so I am going to assume that the problem is resolved and will Close the Issue. Please feel free to re-open it (or create a new one) if you are still having problems.
hi @pcotret , so we don't need to execute the following commands, right?
mkdir build
cd build
../configure --prefix=$RISCV --host=riscv64-unknown-elf
make
make install
They have been done in this script: https://github.com/openhwgroup/cva6/blob/master/ci/install-riscvpk.sh
Thank you very much!