Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

linking failures at kernel build




All kernel builds now fail at linking:

kern_module.o: In function `module_init':
kern_module.c:(.text+0xd03): undefined reference to `module_init_md'
*** [netbsd] Error code 11 error

I suspect this commit to be the cause

Andrew Doran wrote:
Module Name:    src
Committed By:   ad
Date:           Thu May  1 14:44:48 UTC 2008

Modified Files:
        src/sys/kern: init_main.c kern_module.c subr_kobj.c
        src/sys/sys: module.h

Log Message:
Get the pre-loaded module code working.

To generate a diff of this commit:
cvs rdiff -r1.354 -r1.355 src/sys/kern/init_main.c
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_module.c
cvs rdiff -r1.11 -r1.12 src/sys/kern/subr_kobj.c
cvs rdiff -r1.3 -r1.4 src/sys/sys/module.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index