-
Notifications
You must be signed in to change notification settings - Fork 43
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 while doing sbt "runMain naxriscv.Gen" #140
Comments
@Bill94l Hi, I don't know how, but apparently, the automated regressions didn't cached issues ? I have the same issue when cloning a fresh NaxRiscv main branch. |
The error you are encountering is due to the fact that you haven’t run the make install command. Without this step, some essential patches are not applied:
Follow the instructions available in the src/test/README file, to properly install and avoid this error : # Clone repository
git clone https://github.com/SpinalHDL/NaxRiscv.git
cd NaxRiscv
export NAXRISCV=$(pwd) # Set environment variable
# Full installation (toolchain + core + simulators)
make install
sbt "runMain naxriscv.Gen" @Dolu1990 If you confirm that the RVLS and SpinalHDL patches are validated on your side, I can then submit a pull-request to integrate these changes and remove patches. I will also update the README and the RVLS hash, although that is not directly related to the error you are experiencing. Have a nice weekend ^^ |
Ahhhhh, hmmm, we could merge those rvls patch into a proper rvls branch ? Have a nice week-end too :D |
Hi @Dolu1990 @Bill94l I am bit confused? 😓
I understand i probably would have to follow this code But what is this readme exactly for? As in the documentation redirects to this Also as @Bill94l, it is indeed most likely to be make install issue.. |
@Bill94l I mean to merge those files into the real repository ^^ |
Existing Documentation
You are correct in noticing the redundancy. To avoid confusion, we plan to merge these two README files into one, placing it in src/test/ to provide both a step-by-step installation guide and the Makefile solution.
We also need to update this link to reflect the changes.
I'm agree to integrate the patch code directly into RVLS and SpinalHDL |
Hi @Dolu1990,
i tried testing the program after the new merge,
and it seems i am getting error directly here
sbt "runMain naxriscv.Gen"
Where i get this error:
It could very well be a me issue but looking at the error seems possibly some code issue?
The text was updated successfully, but these errors were encountered: