-
Notifications
You must be signed in to change notification settings - Fork 4
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
segmentation fault #3
Comments
Thanks for the feedback! I am using it with |
The cpu of the rpi0w only support 32bit instruction set, no A53 arquitecture, so maybe it must be the problem. Thanks |
The build is 32-bit: |
I found this: mdaffin/rpizw-rover#2:
Sound familiar? ;) |
@Ioniq3 Please try this: https://skyboo.net/temp/aa/aa-proxy-rs |
Hi manio, I followed the following https://github.com/locnnil/rust_cross_compilation and now works, I can build for rpi0w, rpi-tools are necessary instead of arm-linux-gnueabi-gcc |
This is what I did to create the mentioned binary. I'd be grateful if you confirm that it is also working :) |
Excuse me, I was sick some time. Yes, it works perfectly |
No problem, thanks for the feedback. I'll leave this open as I have to fix the build for this platform. |
HI manio,
Great work, it works really good at rpi3a.
But in rpi0w aa-proxy-rs says "segmentation fault" and it doesn't work
The text was updated successfully, but these errors were encountered: