cross compilation for elk audio os #482
Replies: 3 comments
-
|
you can use qemu-user-static package to run these binaries on any system, or setup binfmt-support to do it automatically. both dpf makefile and cmake already have ways to specify this. |
Beta Was this translation helpful? Give feedback.
-
|
note that whatever using elk or Pi, or ubuntu core or something else it does not matter. |
Beta Was this translation helpful? Give feedback.
-
|
thank you so much @falkTX It worked like a charm when after installing qemu-user-static on the container with and then building dragonfly-reverb with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to cross-compile a plugin with DISTROH DPF
When the LV2 assets are built the following error happens"
Steps to reproduce
docker run --name elk-cross-compiler -it elk-audio-os-builder. /opt/elk/1.0.0/environment-setup-cortexa72-elk-linuxPotential problem
It looks like the the v2-ttl-generator is built with the cross compiler for the target platform and can then not be executed on the host platform.
I am not experienced in cross-compilation, therefore I wanted to ask what would be best practice to resolve this. Maybe this issue has to be solved on the plugin which is uses DPF (dragonfly-reverb)?
Beta Was this translation helpful? Give feedback.
All reactions