-
Notifications
You must be signed in to change notification settings - Fork 174
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
README recipes don't work #340
Comments
Hi, Which procedure exactly did you followed ? (arguments and so one, so we can test exactly the same as you) |
I followed the README.md by starting with Prerequisites I added those bin directories to my $PATH Then I tried to build something with various tries and other boards just to prove that I have some kind of working system. I also needed the --with-rvc or something like that to enable compression because otherwise gcc wouldn't work. Most of the time I was just trying to figure out what I'm missing and trying stupid things for example to get the environment to build the missing java classes. ClassNotFoundException in sbt runMain stage. |
So you installed the gcc toolchain using : It may be due to it being used as RV32IMA. I know that some toolchaine implement RV32IM + RV32IMAC, but not RV32IMA. Can you share me the logs you have when you have the ClassNotFoundException ? |
Hi, just wanted to add on this matter, sbt is not listed in the dependencies. |
Added sbt stuff to the readme ^^ |
My plan was quickly build RV32 for linux, test different cache features, and study how to write a board for Arria 10 board.
Without any good knowledge of the process, I just copy pasted commands happily on a fresh Ubuntu 20.04 VM
First of all GCC needed compression feature. I believe gcc should come from Sifive which would support the default instruction set features.
Second big question was what is sbt command.
And last thing was that I got stuck java exception of missing class.
Could someone repeat this experiment, take notes and update the README ?
The text was updated successfully, but these errors were encountered: