From owner-freebsd-questions Wed Nov 11 08:19:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03047 for freebsd-questions-outgoing; Wed, 11 Nov 1998 08:19:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03041 for ; Wed, 11 Nov 1998 08:19:35 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-158.laker.net [208.0.233.58]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id KAA00860; Wed, 11 Nov 1998 10:21:21 -0500 Message-Id: <199811111521.KAA00860@laker.net> From: "Steve Friedrich" To: "freebsd-questions@FreeBSD.ORG" , "Rick" Date: Wed, 11 Nov 1998 10:25:02 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: mykernel wont make Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Nov 1998 01:53:28 -0500, Rick wrote: >this custom kernel configs ok but i get error code 1 if i try to make it >any ideas on why? > >i ran make depend first, >it gives a bunch of undefined symbol errors before it goes to error code 1, >stop. You should have included the actual error messages. You could use the script command before running the config on the kernel config file which will save everything into a file. Anyway, I think your problem is caused by commenting out the SCSI bus 0: #controller scbus0 device da0 device sa0 device pass0 You've left in SCSI controllers and devices, but commented out the SCSI bus0 Change: #controller scbus0 To: controller scbus0 And try again... HTH Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message