Re: kernel module can't link to static lib.a on fedora 30.

2019-09-06 Thread sixpack13
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

Re: kernel module can't link to static lib.a on fedora 30.

2019-09-05 Thread zhichen.Wang
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/

kernel module can't link to static lib.a on fedora 30.

2019-09-05 Thread zhichen.Wang
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.