Hello folks, I just did a cvsup and tried rebuilding world and the kernel, but I keep getting an error during the kernel linking stage.
loading kernel syscons.o: In function `scvidprobe': syscons.o(.text+0x231): undefined reference to `vid_configure' syscons.o(.text+0x24e): undefined reference to `vid_allocate' syscons.o(.text+0x26b): undefined reference to `vid_get_adapter' ... and many more... psm.o: In function `enable_aux_dev': psm.o(.text+0xd): undefined reference to `send_aux_command' psm.o: In function `disable_aux_dev': psm.o(.text+0x4d): undefined reference to `send_aux_command' ... and psm.o having many such undefined references too. I have not done any changes to my kernel config since the last make update. Any ideas? Any help is appreciated. Thanks! rv To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message