How to get around R_X86_64_PLT32 error when bisecting the Linux kernel Announcing the arrival...
Short story about an alien named Ushtu(?) coming from a future Earth, when ours was destroyed by a nuclear explosion
Coin Game with infinite paradox
Raising a bilingual kid. When should we introduce the majority language?
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
Determine the generator of an ideal of ring of integers
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
Can I take recommendation from someone I met at a conference?
What's the connection between Mr. Nancy and fried chicken?
Are Flameskulls resistant to magical piercing damage?
Why not use the yoke to control yaw, as well as pitch and roll?
Etymology of 見舞い
Knights and Knaves question
Meaning of this sentence, confused by まで
What's the difference between using dependency injection with a container and using a service locator?
Can the van der Waals coefficients be negative in the van der Waals equation for real gases?
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
Does traveling In The United States require a passport or can I use my green card if not a US citizen?
Marquee sign letters
Proving inequality for positive definite matrix
How to ask rejected full-time candidates to apply to teach individual courses?
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
Putting Ant-Man on house arrest
How to get around R_X86_64_PLT32 error when bisecting the Linux kernel
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionWhy does the linux kernel use linux-libre code to get rid of binary blobs?Linux kernel 2.6.38 compilation errorHow much does the Linux kernel change in one year?XEN Bootloader or Kernel error bootloader isn't executable / cannot locate kernel when using XM createCompilation error when building a custom kernelHow do Linux kernel modules get enabled in a Linux distro's kernel package?How to handle linux kernel updates when using a custom kernel?iwlwifi kernel error on kali linuxAndroid kernel compiling errorHow can `wget` get more logs when it gets error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When bisecting the Linux kernel to find a bug (in my case between v4.4 and v4.9), I'm encountering the following build error:
RELOCS arch/x86/boot/compressed/vmlinux.relocs
Unsupported relocation type: R_X86_64_PLT32 (4)
What can be done against that?
I've found various other places where people have this issue:
- https://www.spinics.net/lists/newbies/msg61062.html
- https://bugs.freedesktop.org/show_bug.cgi?id=107951#c9
- https://bbs.archlinux.org/viewtopic.php?id=241300
- https://bugzilla.kernel.org/show_bug.cgi?id=201077
linux
add a comment |
When bisecting the Linux kernel to find a bug (in my case between v4.4 and v4.9), I'm encountering the following build error:
RELOCS arch/x86/boot/compressed/vmlinux.relocs
Unsupported relocation type: R_X86_64_PLT32 (4)
What can be done against that?
I've found various other places where people have this issue:
- https://www.spinics.net/lists/newbies/msg61062.html
- https://bugs.freedesktop.org/show_bug.cgi?id=107951#c9
- https://bbs.archlinux.org/viewtopic.php?id=241300
- https://bugzilla.kernel.org/show_bug.cgi?id=201077
linux
add a comment |
When bisecting the Linux kernel to find a bug (in my case between v4.4 and v4.9), I'm encountering the following build error:
RELOCS arch/x86/boot/compressed/vmlinux.relocs
Unsupported relocation type: R_X86_64_PLT32 (4)
What can be done against that?
I've found various other places where people have this issue:
- https://www.spinics.net/lists/newbies/msg61062.html
- https://bugs.freedesktop.org/show_bug.cgi?id=107951#c9
- https://bbs.archlinux.org/viewtopic.php?id=241300
- https://bugzilla.kernel.org/show_bug.cgi?id=201077
linux
When bisecting the Linux kernel to find a bug (in my case between v4.4 and v4.9), I'm encountering the following build error:
RELOCS arch/x86/boot/compressed/vmlinux.relocs
Unsupported relocation type: R_X86_64_PLT32 (4)
What can be done against that?
I've found various other places where people have this issue:
- https://www.spinics.net/lists/newbies/msg61062.html
- https://bugs.freedesktop.org/show_bug.cgi?id=107951#c9
- https://bbs.archlinux.org/viewtopic.php?id=241300
- https://bugzilla.kernel.org/show_bug.cgi?id=201077
linux
linux
edited 4 hours ago
nh2
asked 4 hours ago
nh2nh2
5731511
5731511
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There seems to be an incompatibility with newer versions of binutils
.
I found that GNU binutils 2.31.1
results in this bug, but using version 2.30
instead fixes the problem.
Source:
I eventually found the answer in this chat log where user deviosity
says:
and keep runnning into the dreaded: Unsupported relocation type: R_X86_64_PLT32 (4) error, which usually is resolved by downgrading binutils to 2.30 versus 2.31
and this comment also confirms it (Ubuntu 16.04 also uses an older binutils version, 2.26.1
).
add a comment |
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
});
}
});
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%2f513921%2fhow-to-get-around-r-x86-64-plt32-error-when-bisecting-the-linux-kernel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There seems to be an incompatibility with newer versions of binutils
.
I found that GNU binutils 2.31.1
results in this bug, but using version 2.30
instead fixes the problem.
Source:
I eventually found the answer in this chat log where user deviosity
says:
and keep runnning into the dreaded: Unsupported relocation type: R_X86_64_PLT32 (4) error, which usually is resolved by downgrading binutils to 2.30 versus 2.31
and this comment also confirms it (Ubuntu 16.04 also uses an older binutils version, 2.26.1
).
add a comment |
There seems to be an incompatibility with newer versions of binutils
.
I found that GNU binutils 2.31.1
results in this bug, but using version 2.30
instead fixes the problem.
Source:
I eventually found the answer in this chat log where user deviosity
says:
and keep runnning into the dreaded: Unsupported relocation type: R_X86_64_PLT32 (4) error, which usually is resolved by downgrading binutils to 2.30 versus 2.31
and this comment also confirms it (Ubuntu 16.04 also uses an older binutils version, 2.26.1
).
add a comment |
There seems to be an incompatibility with newer versions of binutils
.
I found that GNU binutils 2.31.1
results in this bug, but using version 2.30
instead fixes the problem.
Source:
I eventually found the answer in this chat log where user deviosity
says:
and keep runnning into the dreaded: Unsupported relocation type: R_X86_64_PLT32 (4) error, which usually is resolved by downgrading binutils to 2.30 versus 2.31
and this comment also confirms it (Ubuntu 16.04 also uses an older binutils version, 2.26.1
).
There seems to be an incompatibility with newer versions of binutils
.
I found that GNU binutils 2.31.1
results in this bug, but using version 2.30
instead fixes the problem.
Source:
I eventually found the answer in this chat log where user deviosity
says:
and keep runnning into the dreaded: Unsupported relocation type: R_X86_64_PLT32 (4) error, which usually is resolved by downgrading binutils to 2.30 versus 2.31
and this comment also confirms it (Ubuntu 16.04 also uses an older binutils version, 2.26.1
).
answered 4 hours ago
nh2nh2
5731511
5731511
add a comment |
add a comment |
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%2f513921%2fhow-to-get-around-r-x86-64-plt32-error-when-bisecting-the-linux-kernel%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