dlecan / rust-crosscompiler-arm

Docker images for Rust dedicated to cross compilation for ARM v6 and more
MIT License
50 stars 16 forks source link

Point OBJCOPY to rpi binary; fixes #9 #10

Closed SuperFluffy closed 6 years ago

SuperFluffy commented 6 years ago

According to this isse comment on backtrace-sys and this PR, we need to point the OBJCOPY environment variable at the right objcopy. In this case, that's arm-linux-gnueabihf-objcopy from the raspberry pi tools.

Fixes #9.

dlecan commented 6 years ago

So simple, thank you