From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 08:31:20 2003 Return-Path: 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 B1FD437B401 for ; Thu, 31 Jul 2003 08:31:20 -0700 (PDT) Received: from catflap.home.slightlystrange.org (pc4-cmbg1-4-cust87.cmbg.cable.ntl.com [80.6.127.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBAE43F75 for ; Thu, 31 Jul 2003 08:31:19 -0700 (PDT) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 4.20) id 19iFOg-000GVv-89 for freebsd-questions@freebsd.org; Thu, 31 Jul 2003 16:31:18 +0100 Date: Thu, 31 Jul 2003 16:31:18 +0100 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20030731153118.GA60648@catflap.home.slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: Error during 'make' phase of kernel compilation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dan@slightlystrange.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 15:31:21 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 31, 2003 at 11:05:58AM -0400, Daniel Cody wrote: [---snip---] > aic.o: In function `aic_detach': > aic.o(.text+0x1b66): undefined reference to `xpt_async' > aic.o(.text+0x1b6e): undefined reference to `xpt_free_path' > aic.o(.text+0x1b7c): undefined reference to `xpt_bus_deregister' > aic.o(.text+0x1b86): undefined reference to `cam_sim_free' > *** Error code 1 >=20 > Stop in /usr/src/sys/compile/KERNATTICUS. Do you have any SCSI devices attached to the system? If so, you need to enable: device scbus device da # for direct access devices, such as disks and recompile. You might also want to uncomment `options SCSI_DELAY=3D1500= 0' as well. If 15 seconds is too long to wait (most modern SCSI devices settle much more quickly than this - I set this down to 5 seconds) you can tune=20 this value down. If you have no SCSI devices, then disable: device adw device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device stg # TMC 18C30/18C50 and try again. HTH Dan --=20 Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/KTZGhvzwOpChvo8RAtuRAJ9x+fm7ORv1CcXNokgm4roYZCLuAQCgyJxI 9vm+E8j9yIPfxOk77b/rEL8= =YpFU -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0--