-
Notifications
You must be signed in to change notification settings - Fork 17
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
error of make rocket #9
Comments
Hi, it's hard to see what is wrong? Do you have other error traces? |
I have exactly the same problem -
|
It looks like there's a problem with 'compiler-interface' |
Yeah, it's strange to see 2.10.6 here. Can you |
Yeah, that works fine in both the emulator and vsim. |
I copied rocket-chip/build.sbt under common/ and rocket-chip/project/plugins.sbt under common/project and changed the sbtversion in common/project/build.properties to 1.1.1 to match the file rocket-chip/project/build.properties.
|
Adding the common/src dir in common/built.sbt and changing the run command for .fir target in Makefrag.zcu to |
It looks like a Scala/chisel3 version compatibility issue in |
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? i
[warn] Ignoring load failure: no project loaded.
[error] Expected ID character
[error] Not a valid command: run (similar: plugin, new)
[error] run /home/nicolast0604/rc-fpga-zcu/common/build zynq Top zynq MyFPGAConfig
[error] ^
../common/Makefrag.zcu:91: recipe for target '/home/nicolast0604/rc-fpga-zcu/common/build/Top.MyFPGAConfig.fir' failed
make: *** [/home/nicolast0604/rc-fpga-zcu/common/build/Top.MyFPGAConfig.fir] Error 1
The text was updated successfully, but these errors were encountered: