Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 16:31:18 +0100
From:      Daniel Bye <dan@slightlystrange.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Error during 'make' phase of kernel compilation
Message-ID:  <20030731153118.GA60648@catflap.home.slightlystrange.org>
In-Reply-To: <BCB852D63A5EA641B90222DAD50803392596A0@vtelex.vermonttel.com>
References:  <BCB852D63A5EA641B90222DAD50803392596A0@vtelex.vermonttel.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030731153118.GA60648>