janickimichel / music-synthesizer-for-android

Automatically exported from code.google.com/p/music-synthesizer-for-android
Apache License 2.0
0 stars 0 forks source link

Errors Building armeabi-v7a NDK v10+ #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 cordaro....@gmail.com on 13 Jan 2015 at 10:32

GoogleCodeExporter commented 9 years ago
same problem

Original comment by yanfei19...@gmail.com on 9 Mar 2015 at 8:11

GoogleCodeExporter commented 9 years ago
encountered this also

Original comment by ienchen...@gmail.com on 16 Mar 2015 at 5:41