-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to compile on Ubuntu 22.04 #7
Comments
Hi, can you link the version and what toolchain you are using? Also what are you compiling for? Can you pass the full list of arguments you send to setup? Doing a little research i found that Can you just edit cmake/taurusToolchain.cmake line 30 (or relevant) and add |
This is my toolchain:
This is what I was running:
After I changed this line it seems to work. Is this specific to me or will it affect linux user base?
|
Yes, this means the rv32im March no longer adds zicsr extension by default. We need to modify the cmake file slightly and edit them here too.. can you send a PR? The script runs sudo make install when the directory provided is not readable.. Line 227 in 1dda108
Regarding the separate scripts, can you please elaborate more? |
Hi,
It is strange that I use ~/custom folder to which i have full access, but
still it asks for sudo, i will dig into it.
What I mean by seperation is that, setup.sh script must handle only build.
Installation should be handled in another script or simply make install. I
will create pull request soon enough to explain better.
Regards,
Vasanth
…On Fri, 8 Dec, 2023, 11:11 am Debayan Sutradhar, ***@***.***> wrote:
Yes, this means the rv32im March no longer adds zicsr extension by
default. We need to modify the cmake file slightly and edit them here too..
can you send a PR?
The script runs sudo make install when the directory provided is not
readable..
https://github.com/rnayabed/taurus/blob/1dda108e6431f28235b3d76a689449e4ae9dc225/setup.sh#L227
. Is it broken?
Regarding the separate scripts, can you please elaborate more?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6DBOM67K6U3HEQJ4ATQUDYIKR7XAVCNFSM6AAAAABALNAMNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWGU3TMOJSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi I was unable to compile the source code. Following is the error
I have used the tool chain provided in the README link
Please let me know how to proceed?
The text was updated successfully, but these errors were encountered: