Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2000 07:39:21 -0500 (EST)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        Alexandr Listopad <laa@ZGIA.zp.ua>
Cc:        stable@freebsd.org
Subject:   Re: building kernel
Message-ID:  <Pine.BSF.4.21.0003240728280.4068-100000@earth.fxp>
In-Reply-To: <Pine.BSF.4.10.10003241020540.85371-100000@Eagle.ZGIA.zp.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Mar 2000, Alexandr Listopad wrote:

> vpo.o: In function `vpo_attach':
> vpo.o(.text+0xcf): undefined reference to `cam_simq_alloc'
> vpo.o(.text+0x100): undefined reference to `cam_sim_alloc'
> vpo.o(.text+0x110): undefined reference to `cam_simq_free'
> vpo.o(.text+0x11e): undefined reference to `xpt_bus_register'
> vpo.o(.text+0x13a): undefined reference to `xpt_create_path'
> vpo.o(.text+0x153): undefined reference to `xpt_bus_deregister'
> vpo.o(.text+0x15d): undefined reference to `cam_sim_free'
> vpo.o: In function `vpo_action':
> vpo.o(.text+0x459): undefined reference to `xpt_done'
> vpo.o(.text+0x469): undefined reference to `xpt_
> 

You are trying to compile in vpo support without the required scsi
support.  From LINT:

# vpo   Iomega Zip Drive
#       Requires SCSI disk support ('scbus' and 'da'), best
#       performance is achieved with ports in EPP 1.9 mode.


-----
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003240728280.4068-100000>