You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# apt have to be updated
sudo apt update
# the compiler is not there
sudo apt install gcc-4.9-aarch64-linux-gnu
cd mod-plugin-builder.git/
source local.env modduox
# the local.env point to a non-existing compiler
# -> aarch64-mod-linux-gnueabi-gcc
export CC=aarch64-linux-gnu-gcc-4.9
# lv2 header are missing
sudo apt install lv2-dev
# here it is fine
cd my_plugin
make
Hope it can be useful.
The text was updated successfully, but these errors were encountered:
Hi,
Just a feed back for plugin compilation using the docker from docker hub.
The docker do not work out of the box.
As i am not familiar with all this stuffs, then here is what i do in order to have something working with the DuoX
It could be nice to update https://wiki.moddevices.com/wiki/How_To_Use_Docker_Toolbox_With_MPB
Hope it can be useful.
The text was updated successfully, but these errors were encountered: