cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

../configure: No such file or directory

Open Rayz-b opened this issue 3 years ago • 1 comments

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

Rayz-b avatar Feb 04 '22 09:02 Rayz-b

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-pkrepository. The configurefile is available there: https://github.com/riscv-software-src/riscv-pk/blob/master/configure

pcotret avatar Feb 17 '22 22:02 pcotret

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.

MikeOpenHWGroup avatar Feb 17 '23 02:02 MikeOpenHWGroup

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!

hhhsiang avatar Mar 01 '23 12:03 hhhsiang