Cross-compilation (host x86_64 linux - target aarch64 linux)
Created by: photex
Howdy!
It appears that the associated sys crate for gstreamer relies on pkg-config. This seems to mean it'd be almost impossible to cross-compile using what's available via apt (since the dev packages cannot co-exist).
I'm developing a system that has components running on both x86_64 systems and embedded aarch64 systems (nvidia jetson) and I'd love to use this without having to kludge something together.
Have you tried to build any of these crates using an alternate rust target? Any advice?
Cheers! Chip