Compiling soapysdr-rs #626
-
Hey! I have a project (https://github.com/rsadsb/dump1090_rs) that I want to provide a way for cross compiling the binary. This library uses https://github.com/kevinmehall/rust-soapysdr which binds to the SoapySDR project. Dockerfile
build docker
Cross.toml
build binary
This produces the following error:
I don't know how to fix this, or what is wrong... Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
this seems like a bindgen issue, see #257 You'll probably need to update the clang version. Image is currently on Ubuntu 16.04, see #591 for a PR updating them |
Beta Was this translation helpful? Give feedback.
-
I eventually had enough time to fix this issue, thanks for the help: rsadsb/dump1090_rs#12. |
Beta Was this translation helpful? Give feedback.
I eventually had enough time to fix this issue, thanks for the help: rsadsb/dump1090_rs#12.