-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot compile libcore #15
Comments
I've seen this error a few times before but sadly I don't quite remember what caused it. I think it was an issue with a What does
tell you? |
I've had problems with Xargo recently, can recommend Most of these weird toolchain errors that always crop up seem unrelated to AVR specifically, it's a bit of a pain. |
When I use
For @Rahix : |
@GreatGodOfFire: For me:
Your |
We really need avr-rust/rust-legacy-fork#162 ... |
I changed the version of Xargo, but I don't know how to change the Cargo version for the avr-toolchain. I changed the standard version of cargo, but for the avr-toolchain, it's still 1.42.0 |
I @GreatGodOfFire , I successfully solved the problem by installing cargo 1.38.0. Hoping it will help |
What worked for me is to install the I got the versions from comparing the release date of Rust 1.37 and selecting the corresponding versions of I also had to manually modify some code (it was failing on Please keep in mind that this is a horrible hack. |
I wouldn't recommend trying our current public branches at all. AVR support is making its way into Rust proper. The |
Yeah, I know. It'll be available soon so I'll close this Issue. Thanks for the help. |
I followed instructions for
avr-rust
andblink
compilation. But I am getting this error:I'm using Ubuntu 16.04 and I've compiled
avr-rust
yesterday.The text was updated successfully, but these errors were encountered: