Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 14:41:21 -0800 (PST)
From:      "Michael K. Smith" <mksmith@noanet.net>
To:        Danny <lists@brenius.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: 4.7R - Kernel Compile (old way)  "Error code 1"
Message-ID:  <20030124143614.I55129-100000@chimera.noanet.net>
In-Reply-To: <000701c2c3f8$720d86b0$b701a8c0@BRENIUS.NET>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Danny:


On Fri, 24 Jan 2003, Danny wrote:

> Greetings,
>
> I am trying to build a custom kernel, but I recieved a stop error after
> (90% sure it was) executing "make" - based on the "old way" instructions
> in the handbook (printed out, but it maybe a release or two old).
>
> Please let me know if any further information is required.
>
> Thank you for your time and assistance!
>
<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.


Maybe this perhaps:

# SCSI peripherals
device          scbus           # SCSI bus (required)

Mike


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?20030124143614.I55129-100000>