Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker from docker hub is outdated for the ModDuoX #63

Open
vallsv opened this issue Dec 2, 2019 · 0 comments
Open

Docker from docker hub is outdated for the ModDuoX #63

vallsv opened this issue Dec 2, 2019 · 0 comments

Comments

@vallsv
Copy link
Contributor

vallsv commented Dec 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant