You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEMPORARY SOLUTION: Reverting back to NDK 9d will fix the issue.
armeabi-v7a build is broken with NDK version 10 and higher:
mcordaro@HAL1500L:~/musicapp/music-synthesizer-for-android/android$ ndk-build -B
...
[armeabi-v7a] Compile++ thumb: synth <= synth_unit.cc
[armeabi-v7a] Compile thumb : synth <= neon_fm_kernel.s
[armeabi-v7a] Compile thumb : synth <= neon_ladder.s
[armeabi-v7a] Compile thumb : synth <= neon_fir.s
jni/../../cpp/src/neon_fir.s: Assembler messages:
jni/../../cpp/src/neon_fir.s: Error: .size expression for neon_halfrate_split
does not evaluate to a constant
jni/../../cpp/src/neon_fir.s: Error: .size expression for neon_halfrate_combine
does not evaluate to a constant
make: *** [obj/local/armeabi-v7a/objs/synth/neon_fir.o] Error 1
All other builds (mips, x86, arm64-v8a, x86_64, mips64) complete without errors.
Original issue reported on code.google.com by [email protected] on 13 Jan 2015 at 10:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Jan 2015 at 10:32The text was updated successfully, but these errors were encountered: