-
Notifications
You must be signed in to change notification settings - Fork 265
Cannot build on Arch #329
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
Comments
Are you on Clang/LLVM 11.1.0 by chance? If not, what version are you using. C2Rust is expected to work with LLVM 11.0.0 but. we haven't tested with newer releases IIRC. |
Hi, Not quite I'm on the point release |
I tested with clang/LLVM 11.1.0 and it works on Ubuntu 20.10. Can you pull c2rust master and see if the following works?
|
The problem is, far as I know, the changes that made c2rust compatible to Clang 12 is only what you have in the master branch, but |
Fixed with the v0.16.0 release |
Hi. I've tried installing on Arch Linux with the following toolchaing:
I've tried to build
c2rust
usingcargo +nightly-2019-12-05 install c2rust --locked
as suggested in response to #323 and the compilation failed with the following error:The text was updated successfully, but these errors were encountered: