-
Notifications
You must be signed in to change notification settings - Fork 10
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
JNI error #10
Comments
JDK should be enough |
I'm on Ubuntu 18.04 |
I see a jni.h here |
Ahh you have to get the version via javac --version |
javac -version I assume that's too old? |
hmm probably yes, i'm on javac --version |
Ok upgrading the JDK fixed this issue. But I'm now seeing a different error:
|
It mean that the CPU didn't commited anything since too long |
I’m just running the command from the guide https://spinalhdl.github.io/VexiiRiscv-RTD/master/VexiiRiscv/HowToUse/index.html
|
Ahhh right, mul/div aren't anymore included in the default configuration, you need to add : Also, here is an example of additional arguements you can use to improve IPC : --with-btb --with-gshare --with-ras --decoders 2 --lanes 2 --with-aligner-buffer --with-dispatcher-buffer --with-late-alu --regfile-async --allow-bypass-from 0 --div-radix 4 |
I'm sure its something buggy in my setup, but I get this error:
I do have a JDK installed, but do I need a specific version? or any other missing packages beyond the JDK?
The text was updated successfully, but these errors were encountered: