Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors Building armeabi-v7a NDK v10+ #14

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Open

Errors Building armeabi-v7a NDK v10+ #14

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

same problem

Original comment by [email protected] on 9 Mar 2015 at 8:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant