-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./build-setup.sh stops at step 9 (re-mounting the disk-mount folder) #309
Comments
I have this problem too, how did you solve it,and after that you complete chipyard fully setup? |
I think this should be fixed now. There was an issue w/ Ubuntu 22 versions of |
no,it didn't work |
Same issue..... |
It is fixed in Firemarshal (in the code :wlutil.py lines 598-599)
But Chipyard is not yet fetching the updated version.
|
Thanks for letting me know :) |
https://github.com/firesim/FireMarshal/blame/74ac78a0b9ae106dff9c5bdfc3a89847ae11d357/wlutil/wlutil.py#L598C12-L598C12
./build-setup.sh riscv-tools
stops at step 9the cause is the assertion in line 598 (wlutil.py) regarding the mount-point of disk-mount folder.
Well the folder is already mounted before, and the assertion will stop the setup script.
As a workaround I commented the line and re-run the build script after sourcing the environment (to have $RISCV defined) and skipping the steps : 1 to 8.
But it would be efficient to replace the assertion by a test and warning.
The text was updated successfully, but these errors were encountered: