processing-video icon indicating copy to clipboard operation
processing-video copied to clipboard

how to setup gStreamer app to cross-compile from Ubuntu (ver 22.04) x86_64 to ARM64 (aarch64)?

Open htartisan opened this issue 2 weeks ago • 0 comments

After some research and experimentation, I now have my gStreamer software (my app and required libs) building on Ubuntu (ver 22.04) for a x86_64 CPU (using Cmake).

I need to also build (cross-compile) the same application software for an ARM64 (aarch64). How can I setup/download/install the needed gStreamer ARM64 (aarch64) libs on my Ubunto x86_64 build system?

NOTE: I already have the build systems setup for cross-compiling everything except the gStreamer code.

htartisan avatar Jan 06 '26 22:01 htartisan