HI
I have downloaded tools from this site https://riscv.org/software-tools/ in windows and copied under Linux directories (riscv-tools-master and riscv-tests-master)
I referred below link for the instructions to install.
https://riscv.org/software-tools/
one of the command (following) under installation instruction
$ ./build-spike-only.sh
I see following error
lxcq2055> ./build-spike-only.sh
Starting RISC-V Toolchain build process
Removing existing riscv-fesvr/build directory
mkdir: missing operand
Try `mkdir --help' for more information.
Configuring project riscv-fesvr
./build.common: line 38: ../configure: No such file or directory
Downloaded area - /work/riscv-tools-master
I don’t see ‘configure’ files under this directory after downloading the package.
so what went wrong here?
https://github.com/gnu-mcu-eclipse/riscv-none-gcc-build/blob/master/README.md