Errors encountered when doing "make CONFIG=rocket64b2 BOARD=nexys-a7-100t vivado-tcl" #185
Unanswered
huahdgithub
asked this question in
Q&A
Replies: 1 comment
-
May I know what Java version are you using? |
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.
-
When generating RISC-V RTL in WSL Ubuntu terminal, I got the following error messages:
$ make CONFIG=rocket64b2 BOARD=nexys-a7-100t vivado-tcl
...
java.nio.file.FileSystemException: /mnt/g/vivado-risc-v/target/streams/_global/dependencyPositions/_global/streams/update_cache_2.12/output_dsp: Operation not permitted
[error] at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100)
[error] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
[error] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
and so on.
Anybody can help?
Beta Was this translation helpful? Give feedback.
All reactions