Date: Sat, 03 Feb 2001 21:20:03 +0530 From: Anirudh Dutt <aneroid@subdimension.com> To: freebsd-questions@freebsd.org Subject: kernel 'make install' errors Message-ID: <3A7C28AB.C72E7C9E@subdimension.com>
next in thread | raw e-mail | index | archive | help
hi here are some errors i got in the 'make' part of the kernel compile ('make depend' didn't give any errors). does anyone know what going on with it? # make linking kernel vpo.o: In function `vpo_attach': vpo.o(.text+0xcb): undefined reference to `cam_simq_alloc' vpo.o(.text+0xf8): undefined reference to `cam_sim_alloc' vpo.o(.text+0x108): undefined reference to `cam_simq_free' vpo.o(.text+0x116): undefined reference to `xpt_bus_register' vpo.o(.text+0x132): undefined reference to `cam_sim_free' vpo.o: In function `vpo_cam_rescan': vpo.o(.text+0x18f): undefined reference to `xpt_periph' vpo.o(.text+0x198): undefined reference to `xpt_create_path' vpo.o(.text+0x1ab): undefined reference to `xpt_setup_ccb' vpo.o(.text+0x1c6): undefined reference to `xpt_action' vpo.o: In function `vpo_action': vpo.o(.text+0x4bd): undefined reference to `xpt_done' vpo.o(.text+0x4cd): undefined reference to `xpt_done' *** Error code 1 Stop in /usr/src/sys/compile/NEWKERN. thanx ani d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A7C28AB.C72E7C9E>