-
Notifications
You must be signed in to change notification settings - Fork 49
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
Failed to build on Monterey 12.6.9 on Intel during riscv-softw installation #116
Comments
I'm getting the same error on M1 running Monterey 12.7.1:
Any pointers greatly appreciated... |
I can't reproduce the error, but I do not have machine with macOS 12 currently. The error message appears to originating in rvv code, which in general, is quite recent. I suspect the issue might be that code is expecting a different C++ version. This error may not have occurred for others since their compiler's default C++ version is sufficient. The gcc code could be more compatible if it made the version expectation explicit with a compiler flag. Thus, this might be an issue with riscv-gnu-toolchain. |
This is probably the same issue of #103. Since I already commented here, I am going to keep this one open and close the other. |
The same issue with Monterey 12.7.4
|
i also have this problem |
I have the same problem, is there any solution for it? |
A workaround might be to use a newer compiler which has a newer default C++ version. I would try:
|
I don't see a repo or issue tracker for riscv-softw and the error message says to report issues here, but please redirect me if there's a better place for this.
The text was updated successfully, but these errors were encountered: