From owner-freebsd-questions Wed Feb 28 22:52:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id 6C10C37B718 for ; Wed, 28 Feb 2001 22:52:24 -0800 (PST) (envelope-from kstewart@urx.com) Received: (qmail 1055 invoked by uid 0); 1 Mar 2001 06:52:23 -0000 Received: from unknown (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 1 Mar 2001 06:52:23 -0000 Message-ID: <3A9DF1A7.170BAE0C@urx.com> Date: Wed, 28 Feb 2001 22:52:23 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: tim cheadle Cc: freebsd-questions@FreeBSD.org Subject: Re: kernel issues References: <3A9DEBC3.90CF8E5A@gmu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tim cheadle wrote: > > I am trying to configure a custom fbsd kernel for the first time, and > I'm getting an error when I do a make. config doesn't catch any errors, > so I'm pretty confused. I've attached my kernel configuration -- Here's > the exact error: > > touch hack.c > cc -elf -shared -nostdlib hack.c -o hack.So > rm -f hack.c > sh ../../conf/newvers.sh MUNKI > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include > -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 > vers.c > linking kernel > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x1257): undefined reference to `cam_simq_alloc' > umass.o(.text+0x127d): undefined reference to `cam_sim_alloc' > umass.o(.text+0x1296): undefined reference to `xpt_bus_register' > > #device stg # TMC 18C30/18C50 > > # SCSI peripherals > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) > #device sa # Sequential Access (tape etc) > #device cd # CD > device ukbd # Keyboard > device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus and da ^^^^^^^^^^^^ Read the above and then look at your line for scbus and da Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message