juribeparada / MMDVM_CM

Cross-mode conversion tools for MMDVM software
44 stars 55 forks source link

Request: Build on aarch64 #62

Open K2IE opened 2 years ago

K2IE commented 2 years ago

Rather than run the arm dependent code under qemu on an x86 or on an RPi, I see potential advantage for being able to run some of these tools on an aarch64 Debian host. If this is not a heavy lift please consider.

nivex commented 2 years ago

The problem is the DMR and YSF transcode modes depend on a binary blob vocoder that is extracted from a device running a 32-bit ARM CPU. Since there's no source, it cannot be rebuilt for ARM64.