From owner-freebsd-questions Wed Aug 28 15:10:05 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA02220 for questions-outgoing; Wed, 28 Aug 1996 15:10:05 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [206.54.227.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA02185 for ; Wed, 28 Aug 1996 15:09:59 -0700 (PDT) Received: from arabian.sylvester (trillian.execpc.com [169.207.6.43]) by atlantis.nconnect.net (8.7.3/8.7.3) with SMTP id RAA25092; Wed, 28 Aug 1996 17:06:30 -0500 (CDT) Message-ID: X-Mailer: XFMail 0.4 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <2.2.32.19960828203552.00684c7c@wallace.pinpt.com> Date: Wed, 28 Aug 1996 17:08:33 -0500 (CDT) From: Randy To: "Sean J. Schluntz" Subject: RE: Help! Kernel Compile Problem! Cc: questions@FreeBSD.org Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On 28-Aug-96 "Sean J. Schluntz" wrote: >>I get the following error when doing the make, > >(cut for brevety) >cc -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. >-I../.. -I../../sys -I/usr/include -DGROMIT -DI586_CPU -DSYSVMSG -DSYSVESM >-DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DCD9660 >-DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -c vers.c >loading kernel >ioconf.o: Undefined symbol `_ahcdriver' referenced from data segment >ioconf.o: Undefined symbol `_ahcintr' referenced from data segment >*** Error code 1 > >Stop. > >I can make GENERIC with out a problem, this config file I'm trying to build >is from my 2.1.0 install. > >Can someone help me? > Sean, It's likeley that you are compiling in support for SCSI cdroms, SCSI tapes, or SCSI Drives without adapter support. Send a copy of your config file. Randy