Hi, I'm trying to build for Android and i got some errors on Ubuntu 18.10:
1) pushd: not found I solved this by calling bash fluid-android-compile.sh instead of sh fluid-android-compile.sh or replacing pushd by cd and popd by cd .. (not recommended). 2) When executing bash fluid-android-compile.sh i get this error: ../src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? fldmiadgt ip, {d0-d7} ^ ../src/arm/sysv.S:412:2: error: invalid instruction, did you mean: fstmiax? fstmiadeq r2, {d0-d3} ^ /tmp/sysv-c3b8e8.s:263:2: error: invalid instruction fstmfdd sp!, {d0-d7} ^ /tmp/sysv-c3b8e8.s:313:2: error: invalid instruction, did you mean: fldmiax? fldmiad sp, {d0-d1} ^ /tmp/sysv-c3b8e8.s:316:2: error: invalid instruction, did you mean: fldmiax? fldmiad sp, {d0-d3} ^ I tried using different versions of the Android NDK (r17c, r18b, and r19) but all have the same error. I didn't try r17b as recommended here <https://github.com/FluidSynth/fluidsynth/wiki/BuildingForAndroid> because I couldn't find the revision anywhere. Looks like they got the same issue in Kivy python-for-android here<https://github.com/kivy/python-for-android/issues/1612> and here<https://github.com/kivy/python-for-android/issues/1525>. Thanks for your help, DaniLecx
_______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev