Skip to content

Docker from docker hub is outdated for the ModDuoX #63

@vallsv

Description

@vallsv

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions