bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/28672] Link failure on some targets when building as PIE


From: amodra at gmail dot com
Subject: [Bug binutils/28672] Link failure on some targets when building as PIE
Date: Sat, 11 Dec 2021 01:05:39 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28672

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Since you are building -static the executable may be pulling in most of libc.a
and thus be quite large.  A relocation overflow is very likely the correct
result from the linker.  You might need to explore gcc options for compiling in
larger code models.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]