From owner-freebsd-questions Fri Oct 11 7:40: 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 127DE37B401 for ; Fri, 11 Oct 2002 07:40:01 -0700 (PDT) Received: from hotmail.com (dav37.sea1.hotmail.com [207.68.162.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3C443E97 for ; Fri, 11 Oct 2002 07:40:00 -0700 (PDT) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 11 Oct 2002 07:40:00 -0700 X-Originating-IP: [209.187.233.156] From: "Kenzo" To: "Andy Knapp" , "'Don'" , References: <000e01c26feb$f61193e0$08ee1581@charon> Subject: Re: kernel MAKE failed Date: Fri, 11 Oct 2002 09:35:23 -0600 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 Message-ID: X-OriginalArrivalTime: 11 Oct 2002 14:40:00.0219 (UTC) FILETIME=[13ADCAB0:01C27134] 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 Yes the new way is make buildkernel KERNCONF=YOURKERNEL make installkernel KERNCONF=YOURKERNEL ----- Original Message ----- From: "Andy Knapp" To: "'Don'" ; Sent: Wednesday, October 09, 2002 5:31 PM Subject: RE: kernel MAKE failed > Check to make sure that you don't have umass in your kernel config. If > you do have it, I think you need to have the uhci or ohci option in the > kernel config, along with scbus and da options. They should both be in > the usb section I believe. > > On another note, I don't think config, make depend, and make is the > recommend sequence anymore to make and install a new kernel. I think > it's using make buildkernel and make installkernel. Look in the handbook > if you need more info. > > -Andy > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Don > Sent: Wednesday, October 09, 2002 7:22 PM > To: freebsd-questions@FreeBSD.ORG > Subject: kernel MAKE failed > > > 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 > > > 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