forked from jimmycuadra/docker-rust
-
Notifications
You must be signed in to change notification settings - Fork 16
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
unrecognized command line option '-m64' when compiling backtrace-sys
#14
Comments
I'm seeing the same error trying to compile for RPi Zero, with or without your env settings.
Any ideas? |
Made some progress by setting CC=gcc instead of CC=arm-linux-gnueabihf-gcc, but now I get this for hidapi and wiringpi:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
host
target (raspberry pi zero w)
first i try
then
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-m64'
.I found this issue rust-lang/backtrace-rs#106 so I try
and then
gcc: error: unrecognized command line option '-marm'
.finaly this setting works
it works!
The text was updated successfully, but these errors were encountered: