Hi,
I’m trying to compile resolve_btfids which has been removed from kernel-devel since 6.4.0 (see here: https://www.spinics.net/linux/fedora/fedora-kernel/msg17547.html).
I am running Fedora 38 with kernel 6.4.14-200.
I have successfully run ‘make oldconfig’ and ‘make scripts’.
When running ‘make prepare’ in order to compile resolve_btfids as indicated in the link, the system seems to be locked into a dead end, looping indefinitely through the following 4 instructions:
scripts/Makefile.build:420: warning: overriding recipe for target ‘built-in.a’
Makefile:1266: warning: ignoring old recipe for target ‘built-in.a’
scripts/Makefile.build:435: warning: overriding recipe for target ‘modules.order’
Makefile:1964: warning: ignoring old recipe for target ‘modules.order’
Any idea how I can move forward ?
Thank you.