Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: kernel compile error: arch/x86/entry/thunk_64.o: warning
Date: Tue, 02 Nov 2021 21:21:16
Message-Id: slsa3m$p69$1@ciao.gmane.io
In Reply to: [gentoo-user] kernel compile error: arch/x86/entry/thunk_64.o: warning by thelma@sys-concept.com
1 On 2021-11-02, thelma@×××××××××××.com <thelma@×××××××××××.com> wrote:
2 > I'm trying to enable (NFTS) file support in my kernel: 5.4.80
3 > Disabled:
4 > - [ ] NTFS write support
5 >
6 > Enabled:
7 ><*> FUSE (Filesystem in Userspace) support
8 >
9 > When I try to compile the kernel I get an error message:
10 > ...
11 > AS arch/x86/entry/entry_64.o
12 > AS arch/x86/entry/thunk_64.o
13 > arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table
14 > make[2]: *** [scripts/Makefile.build:348: arch/x86/entry/thunk_64.o] Error 1
15 > make[2]: *** Deleting file 'arch/x86/entry/thunk_64.o'
16 > make[1]: *** [scripts/Makefile.build:500: arch/x86/entry] Error 2
17 > make: *** [Makefile:1729: arch/x86] Error 2
18
19 It appears that your binutils version is too new for your kernel version.
20
21 https://www.spinics.net/lists/kernel/msg3797871.html
22
23 Is there some reason you're running such an ancient kernel? The 5.4
24 kernel is presently at 5.4.157, and it has presumably had the fix for
25 this problem backported to it.