-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
OT: What versions of arm require armel
?
#2950
Comments
Hi, i think #2933 might have some info about this |
The |
Thanks. This was helpful. I did some other research and took notes here: webinstall/webi-installers#778 Basically what I've learned is that ARM is a very robust set of standards that it not always fully implemented for special purpose boards - most of which we would never need to care about.
Bottom LineI can't find reference to any popular devices that would need The original Raspberry Pi 1 was Statically compiled |
I've just automated a process of categorizing over 33,000 release assets across 100+ modern developer tooling projects and
jq
is the only one that explicitly has a build forarmel
.What does that mean? Is that
armv4
? orarmv5
? orarmv6
? Or is it more OS-specific (gnueabihf
vsgnueabi
vsarm-eabi
) than hardware specific?I'm not a C developer and as I've been sifting through various documentation and forums trying to figure how to match which build to which
unarm -m
, I'm still stumped as to the overlap between hardware and gnu naming conventions.What type of system would need an
armel
binary? It seems that even as far back as Raspberry Pi 1 usesarm-unknown-linux-gnueabihf
(armhf / armv7l).The text was updated successfully, but these errors were encountered: