Date: Sat, 16 Jan 1999 21:42:57 -0500 From: Rajesh Vaidheeswarran <rv@fore.com> To: freebsd-hackers@FreeBSD.ORG Cc: freebsd-current@FreeBSD.ORG Subject: kernel build breaks after the latest cvsup Message-ID: <199901170242.VAA21270@agastya.eng.fore.com>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901170242.VAA21270>