Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kernel compile error: arch/x86/entry/thunk_64.o: warning
Date: Tue, 02 Nov 2021 17:04:34
Message-Id: 7bdf7dd7-d282-78c2-0694-791bfcb6990a@sys-concept.com
In Reply to: [gentoo-user] kernel compile error: arch/x86/entry/thunk_64.o: warning by thelma@sys-concept.com
1 On 11/2/21 10:52 AM, 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 seems to be related to this issue:
20 https://lkml.org/lkml/2021/1/28/339
21
22 by my kernel is 5.4.80 and I still have same problem

Replies

Subject Author
[gentoo-user] Re: kernel compile error: arch/x86/entry/thunk_64.o: warning Grant Edwards <grant.b.edwards@×××××.com>