-
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
couldn't allocate input reg for constrain 'w' #37
Comments
I am new to rust and just got the same issue. With some googlefoo I located this issue. The comments from that one are that there's some processor specific work that needs to be done in order for the new asm! macro to work properly. Looks like a manpower issue more than anything else right now. Most of the recent work on the avr-rust project's been by @dylanmckay, and from the looks of it he's working more on other projects right now (which I totally understand, especially if he's mostly been doing this in his spare time). |
I get the same issue :/ |
Probably why this commit was made: 9e97930 to pin the version to a nightly that does still work I had to take the following steps:
Then just run the regular build command as documented. The first step installs the toolchain like the Dockerfile used in the CI, which still works and the second step makes sure to use that specific nightly toolchain for the following build command. |
This is fixed. |
I get this error compiling the project.
The whole error message:
The text was updated successfully, but these errors were encountered: