-
Notifications
You must be signed in to change notification settings - Fork 507
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
arm-linux-androideabi-gcc: error #307
Comments
Apparently your NDK doesn't have the x86_64 build tools, I think you probably need a newer one. Are you using the |
I am using a recent version of NDK == r11 and i was surprised when the error popped up. |
Please try using the |
I'm getting the same error, but just downloaded the latest version of Crystax NDK (using python 3.5).
Apparently Further details: |
Could you please share the complete log? For example in my case I had the issue running buildozer in docker container that didn't have the
And that's why I then had the second error you describe when trying to compile SDL:
So unless you share the complete log it's hard to help. |
Sorry about that - I should have shared the complete log. Unfortunately, I no longer have it. I managed to circumvent the problem by switching to Python 2 (my code only required a few changes). So though that's a kind of unsatisfying fix it may be a relatively easy solution if someone gets this error again. |
I am getting the same error:
arm-linux-androideabi-gcc: error: x86_64: No such file or directory arm-linux-androideabi-gcc: error: unrecognized command line option '-arch' error: command 'arm-linux-androideabi-gcc' failed with exit status 1 Command failed: ./distribute.sh -m "kivy"
I'm using osx 10.8.5 and have the latest buildozer installed from the github page. Any help appreciated!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: