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

Fail to build for armeabi-v7a in NDK-build #96

Open
guohengkai opened this issue Sep 24, 2017 · 3 comments
Open

Fail to build for armeabi-v7a in NDK-build #96

guohengkai opened this issue Sep 24, 2017 · 3 comments

Comments

@guohengkai
Copy link

Hi, it seems that in the newest NDK the codes fail to compile. The errors were like:

AccumulatedTopHessian.s: Assembler messages:
AccumulatedTopHessian.s:28297: Error: r13 not allowed here -- `sub.w sp,r2,#80'
clang++: error: assembler command failed with exit code 1 (use -v to see invocation)

BTW, The ABI is armeabi-v7a.

@NikolausDemmel
Copy link
Collaborator

I have no idea about ARM. Maybe you can get help from others that seem to be using ARM. Maybe check old issues and PRs.

CC @israelshirk

@combatpoodle
Copy link
Contributor

combatpoodle commented Oct 17, 2017 via email

@FeiZhu
Copy link

FeiZhu commented Dec 8, 2017

Use g++ tool chain instead of clang++, it works for me @guohengkai .

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

No branches or pull requests

4 participants