2015-02-25 19:40:00

by Vinson Lee

[permalink] [raw]
Subject: SYMTAB_SHNDX has bad sh_link build error

Hi.

With Linux 4.0-rc1, I get this allyesconfig build error on CentOS 5.
This build error occurs starting with Linux 3.15-rc1.

+ modpost_link vmlinux.o
+ ld -m elf_x86_64 -r -o vmlinux.o arch/x86/kernel/head_64.o arch/x86/kernel/he$
+ make -f ./scripts/Makefile.modpost vmlinux.o
scripts/mod/modpost -m -a -o ./Module.symvers vmlinux.o
FATAL: vmlinux.o: SYMTAB_SHNDX has bad sh_link: 71288!=71032

Cheers,
Vinson