Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 15:31:41 -0700
From:      Zheng Bokui <bokui@sin.photronics.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   error recompile kernel
Message-ID:  <3724F75C.EFF92504@sin.photronics.com>

next in thread | raw e-mail | index | archive | help
Hi,
I just tried to customize my kernel (3.1-stable). After editing the
configuration file, I did:

# /usr/sbin/config MYKERNEL    # MYKERNEL is the new configuration file
# cd ../../compile/MYKERNEL
# make depend
# make

After aroud 20Mins, I got an error. Following is the last few lines:

dpt_scsi.o(.text+0x8c0): undefined reference to `xpt_done'
dpt_scsi.o: In function `dpt_action':
dpt_scsi.o(.text+0x8f7): undefined reference to `xpt_print_path'
dpt_scsi.o(.text+0xa10): undefined reference to `xpt_freeze_simq'
dpt_scsi.o(.text+0xc5c): undefined reference to `xpt_freeze_simq'
dpt_scsi.o(.text+0xe65): undefined reference to `xpt_done'
dpt_scsi.o: In function `dpt_attach':
dpt_scsi.o(.text+0x1672): undefined reference to `cam_simq_alloc'
dpt_scsi.o(.text+0x1692): undefined reference to `xpt_bus_deregister'
dpt_scsi.o(.text+0x16a9): undefined reference to `cam_sim_free'
dpt_scsi.o(.text+0x16de): undefined reference to `cam_sim_alloc'
dpt_scsi.o(.text+0x16ec): undefined reference to `xpt_bus_register'
dpt_scsi.o(.text+0x170a): undefined reference to `xpt_create_path'
dpt_scsi.o: In function `dpt_intr':
dpt_scsi.o(.text+0x1a22): undefined reference to `xpt_done'
dpt_scsi.o: In function `dptprocesserror':
dpt_scsi.o(.text+0x1bf0): undefined reference to `xpt_done'
dpt_scsi.o: In function `dpttimeout':
dpt_scsi.o(.text+0x1c12): undefined reference to `xpt_print_path'
dpt_scsi.o(.text+0x1c3c): undefined reference to `xpt_print_path'
*** Error code 1

Stop.

What's going wrong? Actually I don't need any SCSI support in my kernel.

Thanks in advance,
Bokui



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?3724F75C.EFF92504>