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.
Missing objtool in xanmod kernel 6.19
- Калашников Сергей
- Сообщения: 59
- Зарегистрирован: 21 июн 2017, 22:34
Re: Missing objtool in xanmod kernel 6.19
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
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
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?
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
Ok, so now I checked latest kernel 6.19.8 and objtool is present there. All is working fine. Thanks.