Code: Select all
/usr/src/linux-6.19.8-gentoo/tools/objtool/include/objtool/arch.h:111:10: fatal error: dis-asm.h: No such file or directory
111 | #include <dis-asm.h>
| ^~~~~~~~~~~Code: Select all
phobos /usr/src/linux # equery b dis-asm.h
* Searching for dis-asm.h ...
sys-devel/binutils-2.46.0 (/usr/lib64/binutils/x86_64-pc-linux-gnu/2.46.0/include/dis-asm.h)bfd.h
ansidecl.h
symcat.h
which i all manually copied from /usr/lib64/binutils/x86_64-pc-linux-gnu/2.46.0/include/ to /usr/include after which the kernel-compilation went one step further.
I quit copying after these files (the next one would be dis-asm.h) since i suspect there is a deeper problem
Any idea what could be wrong here? (I already re-emerged binutils)
THX for your input!

