Compilation error on linux-arm
natanbc opened this issue · 1 comments
natanbc commented
https://gist.github.com/natanbc/90f7c1e2bf0eb5507ad086672aaa3470
These flags appear to be causing the error
devoxin commented
Looks like this can be fixed by replacing -m{bits}
with -marm
in build.gradle
for now. I've yet to test the resulting files, but will update once I have results.
Edit: Resulting libudpqueue.so
was successfully integrated into a custom Lavalink jar and used on my raspberry pi 2b and a scaleway arm dedi.