Date: Wed, 14 Nov 2001 17:33:51 -0800 From: "Crist J. Clark" <cristjc@earthlink.net> To: Ben Goldstein <beng@nc.rr.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel make errors Message-ID: <20011114173351.C66694@blossom.cjclark.org> In-Reply-To: <01b501c16d71$d42dade0$0300a8c0@asi200>; from beng@nc.rr.com on Wed, Nov 14, 2001 at 08:06:58PM -0500 References: <01b501c16d71$d42dade0$0300a8c0@asi200>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 14, 2001 at 08:06:58PM -0500, Ben Goldstein wrote: > I don't have anything out of the ordinary in my kernel config.. and the make > process halts upon linking kernel. config runs fine. > > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x1257): undefined reference to `cam_simq_allow' > etc.. etc.. etc.. > umass.o: In function `umass_cam_sense_cb': > umass.o(.text+0x1918): undefined reference to `xpt_done' > umass.o(.text+0x1929): undefined reference to `xpt_done' > *** Error code 1 > > Stop in /usr/src/sys/compile/BG1. > > > Does this error relate to a common or easy to point out problem? Or would it > be something deeper within my config.. ? Typically, you will be asked for the complete configuration when you get errors like this. However, this one looks pretty obvious without going to that. In GENERIC we have, device umass # Disks/Mass storage - Requires scbus and da Or LINT says, # USB Iomega Zip 100 Drive (Requires scbus and da) device umass You do have 'scbus' and 'da' in your configuration? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org 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?20011114173351.C66694>