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

Possible to compile on Pi? #37

Open
webspacecreations opened this issue Nov 11, 2020 · 0 comments
Open

Possible to compile on Pi? #37

webspacecreations opened this issue Nov 11, 2020 · 0 comments

Comments

@webspacecreations
Copy link

The combination of ARM machine language support and OpenGL ES support make this project especially interesting for Pi (testing on RasPi 4). However, upon trying to compile on Pi (./configure) I get the result: configure: error: emulator does not presently support architecture armv7l-unknown-linux-gnueabihf.

In reviewing the Makefile, all assembly code references appear to point to the x86 directory. Looking inside the Android directory, it looks like a Gradle build system, which I'm guessing means it generates Java output. Is it likely that Java files are going to build on Pi or are there key components that are going to break an attempt to build this software on Pi systems (apologies, I'm not as familiar w/ Gradle)?

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

1 participant