mod-audio / mod-plugin-builder

MOD Plugin Builder
78 stars 50 forks source link

some plugins fail to build with aarch64 #43

Closed falkTX closed 5 years ago

falkTX commented 5 years ago

Currently broken for aarch64:

weird errors regarding bundles:

BramGiesen commented 5 years ago

There are also some plugins who still have qemu(32-bit)patches, mostly for running .ttl generators. I was planning to just bypass the ttl generators because I believe that in most, maybe all cases the files from the lv2-data repo are being used.

falkTX commented 5 years ago

bypassing the ttl generation is possible yeah, but needs patching of the build system. I have to disable the qemu-arm things as otherwise it fails to run things for aarch64.

There are ways to natively run arm and aarch64 binaries on your 64bit system. The docker image has instructions as it sets it up for himself, but they will work on ubuntu based distros only.

falkTX commented 5 years ago

sorcer and synthv1 are now fixed and working in a new branch I started, regarding multi-platform support. blop is also failing to work for arm, not just aarch64, something to see soon...

falkTX commented 5 years ago

forgot about this... all plugins build now except camomile. closing.