Hello,
after learning how to log the error
here it is.
I tried to build a custom kernel but got the following error
It's the first time I try to build a custom kernel therefore I have no idea what is causing the error.
I read the thread Custom Kernel Error. It didn't help me that much, as I can't find any entry that requires another missing one.
And because I can't find words like "nlm" or "advlock" in my kernel, I hope to get some advice from you...
In the attachement there is my modified kernel.
Thanks.
after learning how to log the error
here it is.
I tried to build a custom kernel but got the following error
Code:
linking kernel.debug
nlm_advlock.o(.text+0x11a8): In function `nlm_advlock_internal':
/usr/src/sys/nlm/nlm_advlock.c:225: undefined reference to `nfs_vinvalbuf'
nlm_advlock.o(.text+0x1243):/usr/src/sys/nlm/nlm_advlock.c:236: undefined reference to `nfs_ticks'
nlm_prot_impl.o(.text+0x2b20): In function `nlm_syscall':
/usr/src/sys/nlm/nlm_prot_impl.c:1543: undefined reference to `nfs_advlock_p'
nlm_prot_impl.o(.text+0x2b26):/usr/src/sys/nlm/nlm_prot_impl.c:1544: undefined reference to `nfs_advlock_p'
nlm_prot_impl.o(.text+0x2b30):/usr/src/sys/nlm/nlm_prot_impl.c:1545: undefined reference to `nfs_reclaim_p'
nlm_prot_impl.o(.text+0x2b36):/usr/src/sys/nlm/nlm_prot_impl.c:1546: undefined reference to `nfs_reclaim_p'
nlm_prot_impl.o(.text+0x2b4e):/usr/src/sys/nlm/nlm_prot_impl.c:1551: undefined reference to `nfs_advlock_p'
nlm_prot_impl.o(.text+0x2b54):/usr/src/sys/nlm/nlm_prot_impl.c:1552: undefined reference to `nfs_reclaim_p'
*** Error code 1
Stop in /usr/obj/usr/src/sys/MYKERNEL.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I read the thread Custom Kernel Error. It didn't help me that much, as I can't find any entry that requires another missing one.
And because I can't find words like "nlm" or "advlock" in my kernel, I hope to get some advice from you...
In the attachement there is my modified kernel.
Thanks.