fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Android build error


From: Daniel Garcia Lecloux
Subject: [fluid-dev] Android build error
Date: Sat, 2 Feb 2019 15:06:24 +0000

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 because I couldn't find the revision anywhere.

Looks like they got the same issue  in Kivy python-for-android here and here.

Thanks for your help,

DaniLecx



reply via email to

[Prev in Thread] Current Thread [Next in Thread]