From owner-freebsd-questions Wed Oct 9 16:22: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F5F837B401 for ; Wed, 9 Oct 2002 16:22:03 -0700 (PDT) Received: from weberontheweb.com (weberontheweb.com [216.228.14.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D1D43E3B for ; Wed, 9 Oct 2002 16:22:02 -0700 (PDT) (envelope-from Don@WeberOnTheWeb.com) Received: from THEFORCE [64.163.70.28] by weberontheweb.com (SMTPD32-7.12) id A9F3970150; Wed, 09 Oct 2002 16:21:23 -0700 From: "Don" To: Subject: kernel MAKE failed Date: Wed, 9 Oct 2002 16:21:58 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 can anyone give me some pointers on a failed kernel config I used the following method on 4.6.0 Run config to generate the kernel source code. # /usr/sbin/config WEBKERNEL Change into the build directory. # cd ../../compile/WEBKERNEL Compile the kernel. # make depend # make resulted in --snipped the last few lines on screen umass.o(.text+0x14e7): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_action': umass.o(.text+0x1805): undefined reference to `xpt_done' umass.o(.text+0x1815): undefined reference to `xpt_done' umass.o: In function `umass_cam_cb': umass.o(.text+0x1911): undefined reference to `xpt_done' umass.o: In function `umass_cam_sense_cb': umass.o(.text+0x1988): undefined reference to `xpt_done' umass.o(.text+0x1999): undefined reference to `xpt_done' *** Error code 1 Stop in /usr/src/sys/compile/WEBKERNEL any ideas WEIRD, i just did the same on an entirely diff box, resulting in the same error, only diff in 2 systems is processors, 1 is single processor 1ghz, the other is dual 500mhz, otherwise they are basically the same. Don Weber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message