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
Below is the error that I faced while configuring BOOM on my laptop.
Makefile:40: recipe for target 'output/rv64uf-p-ldst.out' failed
The steps I followed to reach this point are
1- Cloned rocket-chip from github
2- Ran ./build.sh inside riscv-tools/ directory under rocket-chip
3- cd emulator
make clean #cleaned all the files which were made while configuring rocket-chip
make run CONFIG=BOOMConfig CFG_PROJECT=boom
I have found something similar to this online and have seen your answer but I couldn't yet figure out how to overcome this issue. Kindly help me fix this issue. Thank you so much.
The text was updated successfully, but these errors were encountered:
Below is the error that I faced while configuring BOOM on my laptop.
Makefile:40: recipe for target 'output/rv64uf-p-ldst.out' failed
The steps I followed to reach this point are
1- Cloned rocket-chip from github
2- Ran ./build.sh inside riscv-tools/ directory under rocket-chip
3- cd emulator
make clean #cleaned all the files which were made while configuring rocket-chip
make run CONFIG=BOOMConfig CFG_PROJECT=boom
I have found something similar to this online and have seen your answer but I couldn't yet figure out how to overcome this issue. Kindly help me fix this issue. Thank you so much.
The text was updated successfully, but these errors were encountered: