-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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
# 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.
cbix
Metadata
Metadata
Assignees
Labels
No labels