-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Bug]: arm-linux-androideabi-* It's broken #7839
Comments
Any chance this is related to #7232? EDIT: Sorry for wrong issue mention, just fixed |
That problem is about a linking error. This problem is that it is simply broken and does not compile anything. |
Not really though, this looks more like an issue with the ndk headers for arm. |
Ah, based on android/ndk#1411 it seem to be same issue as #7232 |
Based on what I read, it should be used
And don't use |
Resolved, now it should not be identified as arm, but as armv7a Rename arm to armv7a and everything went back to working as before |
@Yisus7u7 doesn't your last screenshot show that it didn't work for armv7a-linux-androideabi-clang++ either? |
If it worked, The one that doesn't work is arm, which can't compile Everything is solved by changing arm -> armv7a |
I renamed everything from It works well. |
If it's fixed by renaming the target, then it's surely related to #7232, as said by @Grimler91 in #7839 (comment) You should close this now |
yeah, the NDK no longer supports armv5 (which is what arm-linux-androideabi was). you should move to armv7a. |
This is the same wrapper as what the ndk uses for selecting api level. This fixes termux#7232 and termux#7839.
Problem description
arm-linux-androideabi* is broken, can't compile any program, now when installing modules from python pip or ruby gem just doesn't work
What steps will reproduce the bug?
this is broken, that explains why installing things from pip and gem causes compilation error
Originally posted by @Yisus7u7 in #7788 (comment)
What is the expected behavior?
Before it worked, it generated faulty executables but compiling libraries which is the main thing that makes pip and gem worked correctly
System information
termux-info:
The text was updated successfully, but these errors were encountered: