We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I checked out v4.2.1, compiled with default option for arm Android. I triied running it on emulator, but it exited with this error.
Error: only position independent executables (PIE) are supported
Looks like you need to change compile option when you compile executables for lollipop. http://stackoverflow.com/questions/30498776/position-independent-executables-and-android-lollipop
The text was updated successfully, but these errors were encountered:
I added -fPIC to cflags_cc and -pie to ldflags and now works on emulator.
Sorry, something went wrong.
Maybe related to #3581, but this seems solved. Closing.
No branches or pull requests
I checked out v4.2.1, compiled with default option for arm Android.
I triied running it on emulator, but it exited with this error.
Looks like you need to change compile option when you compile executables for lollipop.
http://stackoverflow.com/questions/30498776/position-independent-executables-and-android-lollipop
The text was updated successfully, but these errors were encountered: