Date: Fri, 24 Jan 2003 18:16:23 -0500 From: "Danny" <lists@brenius.com> To: <questions@freebsd.org> Cc: "Michael K. Smith" <mksmith@noanet.net> Subject: Re: 4.7R - Kernel Compile (old way) "Error code 1" Message-ID: <036f01c2c3fe$9d03d9e0$b701a8c0@BRENIUS.NET> References: <20030124143614.I55129-100000@chimera.noanet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Michael K. Smith" <mksmith@noanet.net> > <snip> > > scsi_low.o: In function `scsi_low_cam_rescan_callback': > > scsi_low.o(.text+0x1e7): undefined reference to `xpt_free_path' > > scsi_low.o: In function `scsi_low_rescan_bus_cam': > > scsi_low.o(.text+0x233): undefined reference to `xpt_periph' > > scsi_low.o(.text+0x23c): undefined reference to `xpt_create_path' > > scsi_low.o(.text+0x24f): undefined reference to `xpt_setup_ccb' > > scsi_low.o(.text+0x26a): undefined reference to `xpt_action' > > *** Error code 1 > > > > It would appear you have removed critical entries to the SCSI subsystem in > your kernel. If the kernel you included was the total output of your > options, then you are definitely missing something from the SCSI config. Jezz, you guys are fast at responding. :) Thank you, I hope to help out in the future once I learn some more. I obviously missed a few notes in the handbook, because I do not have any SCSI, RAID, USB, or PCMCIA hardware in the system, so I thought I would just remove all that stuff. :D Scary eh? :) I am just playing around with custom kernels, nothing production. > Maybe this perhaps: > > # SCSI peripherals > device scbus # SCSI bus (required) I will add that in and give it go. Regards, Danny 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?036f01c2c3fe$9d03d9e0$b701a8c0>