make failing under /emulator and /vcs due to mill: command not found #3492
Unanswered
ToastBreaker
asked this question in
Q&A
Replies: 2 comments
-
|
try to use nix please. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Seems rocket-chip/emulator directory is gone on latest master/dev branches. How are you building the emulator? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am building the rocket-chip project for the first time.
After building the rocket-tools, the make command under $ROCKETCHIP/emulator and $ROCKETCHIP/vcs directories fail with error:
When trying to install mill from https://github.com/com-lihaoyi/mill, the cmd to run the bootstrap script recommended in their documentation fails.
$ curl -L https://github.com/com-lihaoyi/mill/releases/download/0.11.4/0.11.4-13-27c979 > mill && chmod +x mill
(The mill/releases dir doesn't seem to exist in the repo)
I manually copied the mill/mill script and ran it in the $ROCKETCHIP directory but I got following error:
Beta Was this translation helpful? Give feedback.
All reactions