-
Notifications
You must be signed in to change notification settings - Fork 665
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
ARM fix #131
Comments
I think using |
I am sorry, my original bug description was not super great. I was back at my machine today and conjectured a fix real quick in attached pull request. |
Fixed by d980897 |
thanks! |
I recently compiled nix for my beagleboard black - it went smoothly, but I got two compile errors, both in uio.rs.
The parameter
offset
to ffi::pread and ffi::pwrite are i32 on my arm. Maybe they should be isize? I am not sure how to express that in rust in a portable manner.The text was updated successfully, but these errors were encountered: