saw a simular error month ago - can't find it anymore -
the solution was to sudo dnf install glibc-static
- don't know if it helps here too -
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedor
Work well on fedora 26, I think kbuild changed and not process ".a" files.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/
Same to
https://stackoverflow.com/questions/56926632/how-do-i-link-a-static-library-when-building-a-kernel-module
lib.a is create by "3.5 Library file goals - lib-y" see
"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/kbuild/makefiles.rst";.
Kernel version:5.