Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2001 11:07:03 -0500
From:      Tim McMillen <timcm@umich.edu>
To:        Anirudh Dutt <aneroid@subdimension.com>, freebsd-questions@freebsd.org
Subject:   Re: kernel 'make install' errors
Message-ID:  <01020311070305.00548@tim.elnsng1.mi.home.com>
In-Reply-To: <3A7C28AB.C72E7C9E@subdimension.com>
References:  <3A7C28AB.C72E7C9E@subdimension.com>

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

You generally need to tell us what version you are running and what you 
are trying to compile.  But it looks like you took da and scbus out of 
your kernel config and those are required for vpo and other devices 
that use scsi.  See LINT

					Tim

On Saturday February 03, 2001 10:50, you wrote:
> 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


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?01020311070305.00548>