From owner-freebsd-questions Wed Nov 14 16:58:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 011A937B405 for ; Wed, 14 Nov 2001 16:58:47 -0800 (PST) Received: from asi200 ([66.57.72.71]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Wed, 14 Nov 2001 19:58:43 -0500 Message-ID: <01b501c16d71$d42dade0$0300a8c0@asi200> From: "Ben Goldstein" To: Subject: kernel make errors Date: Wed, 14 Nov 2001 20:06:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 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.. ? -- Ben Goldstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message