-
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 find macro llvm_asm
in this scope
#38
Comments
Note: compiling this on Mac folowing "The AVR-Rust Guidebook"
And what is the URL of "The AVR-Rust Guidebook"?
|
It is avr-rust/delay#10 |
For what it is worth
|
Thanks, that helped
Looks like it works only with nightly-2021-01-07 release. |
Re-opened. Those who are also bitten by this issue (can|should) put updates here. |
So currently the only solution is to use an old nightly compiler? Is the ultimate goal to change the implementation to not depend on |
The ultimate goal is a good live.
Yes. Indeed. How long currently will exist is unknown. ( It is unknown to me how the LLVM project moves forward ) |
OKay, LLVM project moved forward, the blocking bug is closed. @mbuesch did Fix build: Use the new rust asm! available in rustc 1.63.0-nightly and advised me on releasing |
Insteadof crates at https://crates.io are "crates" in git repositories used. The error |
hi, getting this during compiling
is that an avr_delay issue or this blink project?
Note: compiling this on Mac folowing "The AVR-Rust Guidebook"
The text was updated successfully, but these errors were encountered: