As a curiosity, what do you use for cross-compiling. I settled on a Linux x86 machine and add compilers using crosstool-ng which so far did a pretty good job.
Rust comes with cross-compilation out of the box (https://github.com/japaric/rust-cross). And it seems to be working fine for armv7/aarch64. Only the combination of Pi first generation, pCP and files compiled this way seem to fail. Pi2+ is ok. Go figure...
I'm using this Dockerfile: https://github.com/michaelherger/spotty/blob/master/docker/Dockerfile
The librespot guys recdently added support for armv6hf in their Dockerfile. I might give that another try.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
