From owner-freebsd-questions Tue May 29 20:47: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id BF2AA37B424 for ; Tue, 29 May 2001 20:47:01 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f4U3hok11726; Tue, 29 May 2001 23:43:50 -0400 (EDT) Message-ID: <3B146CE3.D7DBFACE@iowna.com> Date: Tue, 29 May 2001 23:45:39 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Daniel Milani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help with kernel description References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel Milani wrote: > > could someone help me figure out what's wrong with my kernel description... > > I have edited my kernel description and configed it then > make depend > make > and this happens > ***Error code 1 > > umass.o: In function `umass_cam_attach_sim': > > I then a get a whole string of > > umass.o(.text+0x1257): undefined reference to `cam_simq_alloc' > umass.o(.text+0x127d): undefined reference to `cam_sim_alloc' > umass.o(.text+0x1296): undefined reference to `xpt_bus_register' > umass.o(.text+0x1257): undefined reference to cam_simq_free' > > and it continues in a similar fashion for some other functions of umass.... While you neglected to provide the kernel config file (thus making it very difficult to diagnose your problem) I would guess from the error messages that you included SCSI devices without including the SCSI bus device. -- If a bird in the hand is worth two in the bush, then what can I get for two hands in the bush? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message