Страница 1 из 1

Missing objtool in xanmod kernel 6.19

Добавлено: 09 мар 2026, 23:30
trencan
Hello,

since kernel upgrade to xanmod 6.19 I can't compile anymore 8814au WiFi driver nor NVIDIA driver 580.126.18. I always get an error:
/bin/sh: line 1: /usr/src/linux-6.19.6.xm1-x64v2.k.1-xanmod-rosa2021.1-x86_64/tools/objtool/objtool: No such file or directory
Kernel 6.18 had it and there was no issue.

When I run make inside: /usr/src/linux-6.19.6.xm1-x64v2.k.1-xanmod-rosa2021.1-x86_64/tools/objtool/ I get an error:
make: *** [Makefile:122: objtool-in.o] Error 1

Any idea how to make it working?
Thanks.

Re: Missing objtool in xanmod kernel 6.19

Добавлено: 15 мар 2026, 11:59
Калашников Сергей
Hello
If you're not compiling the kernel itself, there's a solution. You need to compile driver in version 6.18 and copy driver to version 6.19. It might not be the most elegant solution, but it might work.



https://forum.ubuntu.ru/index.php?topic=321032.0

Re: Missing objtool in xanmod kernel 6.19

Добавлено: 16 мар 2026, 10:00
trencan
Hello,

that's not so easy with nvidia .run file downloaded from nvidia web site. It does many things, not only compilation.

Does it mean new kernels won't have objtool anymore?

Re: Missing objtool in xanmod kernel 6.19

Добавлено: 16 мар 2026, 10:45
trencan
Ok, so now I checked latest kernel 6.19.8 and objtool is present there. All is working fine. Thanks.