[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/20878] gold powerpc64 le linux fails to link large Linux kerne
From: |
npiggin at gmail dot com |
Subject: |
[Bug gold/20878] gold powerpc64 le linux fails to link large Linux kernel |
Date: |
Mon, 28 Nov 2016 13:22:17 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20878
npiggin at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|gold powerpc64 le linux |gold powerpc64 le linux
|fails to link large pie |fails to link large Linux
|Linux kernel |kernel
--- Comment #1 from npiggin at gmail dot com ---
-pie is actually not required. A static build fails the same way:
$ ~/src/binutils-gdb/gold/ld-new -EL -m elf64lppc -Bstatic --build-id -X -o
vmlinux -T ./arch/powerpc/kernel/vmlinux.lds --whole-archive built-in.o
.tmp_kallsyms3.o
ld-new: stub group size is too large; retrying with 0x1500000
ld-new: stub group size is too large; retrying with 0xfc0000
built-in.o(arch/powerpc/kernel/rtasd.o):rtasd.c:function rtas_init: error:
relocation overflow
try relinking with a smaller --stub-group-size
etc.
--
You are receiving this mail because:
You are on the CC list for the bug.