librecores / riscv-sodor

educational microarchitectures for risc-v isa
Other
64 stars 20 forks source link

make run-emulaotr error #11

Closed hz0ne closed 3 years ago

hz0ne commented 3 years ago

I git clone the project and with fesvr intalled and make and make run-emulator, please help me to check it, thanks

hessen@ParaComp:~/risc-v/riscv-sodor$ make run-emulator

running basedir/Makefile: make run-emulator

make -C emulator/rv32_1stage/ run
make[1]: Entering directory '/home/hessen/risc-v/riscv-sodor/emulator/rv32_1stage'
make[1]: *** No rule to make target '/home/hessen/risc-v/riscv-sodor/riscv-tests/isa/rv32mi-p-csr', needed by 'output/rv32mi-p-csr.out'. Stop.
make[1]: Leaving directory '/home/hessen/risc-v/riscv-sodor/emulator/rv32_1stage'
Makefile:90: recipe for target 'emulator/rv32_1stage/generated-src/timestamp' failed
make: *** [emulator/rv32_1stage/generated-src/timestamp] Error 2
Tianhang-Cheng commented 3 years ago

hi @dhxsy1994, could you please tell me how do you solve this problem? I meet the same one. Thanks!