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

Compile nethack as a 64-bit binary #53

Open
gurrhack opened this issue Dec 8, 2019 · 2 comments
Open

Compile nethack as a 64-bit binary #53

gurrhack opened this issue Dec 8, 2019 · 2 comments

Comments

@gurrhack
Copy link
Owner

gurrhack commented Dec 8, 2019

Google Play now requires 64-bit architecture support for native code. No new versions can be published on Google Play until this is solved.

It compiles fine but it's way too unstable for release.

@SunnyYuer
Copy link

请问如何编译arm64-v8a库
我使用的是android-ndk-r19c
我把里的ABI换为arm64-v8a,编译会提示不支持--fix-cortex-a8,去掉-Wl,--fix-cortex-a8后,运行起来,选择完阵营,就会直接退出游戏

How to compile the arm64-v8a library?
I use android-ndk-r19c.
I change the ABI to arm64-v8a in Makefile.src. When compiling, you will be prompted that "-- fix-cortex-a8 is not supported". After removing -Wl,--fix-cortex-a8. compilation can pass. After start game, when you choose your align, it will directly exit the game.

@Adrien2002
Copy link

I really miss your work ❤️

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

3 participants