What is “arm-linux-gnueabihf/ld-2.24.so”?what are the executable ELF files respectively for static...
Is it possible to do 50 km distance without any previous training?
Motorized valve interfering with button?
What Brexit solution does the DUP want?
How does one intimidate enemies without having the capacity for violence?
"which" command doesn't work / path of Safari?
How to report a triplet of septets in NMR tabulation?
Email Account under attack (really) - anything I can do?
How do I create uniquely male characters?
Set-theoretical foundations of Mathematics with only bounded quantifiers
What would the Romans have called "sorcery"?
Patience, young "Padovan"
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
What is the command to reset a PC without deleting any files
whey we use polarized capacitor?
Why CLRS example on residual networks does not follows its formula?
Should I join office cleaning event for free?
How old can references or sources in a thesis be?
How to make payment on the internet without leaving a money trail?
Shell script can be run only with sh command
Japan - Plan around max visa duration
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
Why is this code 6.5x slower with optimizations enabled?
How to add power-LED to my small amplifier?
What is “arm-linux-gnueabihf/ld-2.24.so”?
what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?Why does readelf show “System V” as my OS instead of Linux?How does bash execute an ELF file?Tool to trace library calls in Linux/ARMError while building Linux kernel for versatile boardAdd bash to base Linux Kernel?Object library not found by shared object libraryHow to run programs with ld-linux.so?What kinds of files can be dynamically loaded?What ELF types do kernel itself and kernel modules have?How does `execve()` call a special start-up routine and the main() function?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When i
$ file /bin/bash
on my raspberry, it says
interpreter arm-linux-gnueabihf/ld-2.24.so
Is it an "ELF shared object" or a "binary program as Dynamic linker"?
linux bash glibc
New contributor
add a comment |
When i
$ file /bin/bash
on my raspberry, it says
interpreter arm-linux-gnueabihf/ld-2.24.so
Is it an "ELF shared object" or a "binary program as Dynamic linker"?
linux bash glibc
New contributor
Possible duplicate of what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
– Tomasz
yesterday
Yes a dynamically linked shared object (library). It is the loader, that loads the program.
– ctrl-alt-delor
yesterday
add a comment |
When i
$ file /bin/bash
on my raspberry, it says
interpreter arm-linux-gnueabihf/ld-2.24.so
Is it an "ELF shared object" or a "binary program as Dynamic linker"?
linux bash glibc
New contributor
When i
$ file /bin/bash
on my raspberry, it says
interpreter arm-linux-gnueabihf/ld-2.24.so
Is it an "ELF shared object" or a "binary program as Dynamic linker"?
linux bash glibc
linux bash glibc
New contributor
New contributor
edited 26 mins ago
muru
37.2k589164
37.2k589164
New contributor
asked yesterday
Jack WalterJack Walter
257
257
New contributor
New contributor
Possible duplicate of what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
– Tomasz
yesterday
Yes a dynamically linked shared object (library). It is the loader, that loads the program.
– ctrl-alt-delor
yesterday
add a comment |
Possible duplicate of what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
– Tomasz
yesterday
Yes a dynamically linked shared object (library). It is the loader, that loads the program.
– ctrl-alt-delor
yesterday
Possible duplicate of what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
– Tomasz
yesterday
Possible duplicate of what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
– Tomasz
yesterday
Yes a dynamically linked shared object (library). It is the loader, that loads the program.
– ctrl-alt-delor
yesterday
Yes a dynamically linked shared object (library). It is the loader, that loads the program.
– ctrl-alt-delor
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Jack Walter is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510944%2fwhat-is-arm-linux-gnueabihf-ld-2-24-so%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jack Walter is a new contributor. Be nice, and check out our Code of Conduct.
Jack Walter is a new contributor. Be nice, and check out our Code of Conduct.
Jack Walter is a new contributor. Be nice, and check out our Code of Conduct.
Jack Walter is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510944%2fwhat-is-arm-linux-gnueabihf-ld-2-24-so%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possible duplicate of what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?
– Tomasz
yesterday
Yes a dynamically linked shared object (library). It is the loader, that loads the program.
– ctrl-alt-delor
yesterday