From owner-freebsd-questions Sat Nov 24 21:27:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 5FBF637B417 for ; Sat, 24 Nov 2001 21:27:10 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id VAA11300; Sat, 24 Nov 2001 21:27:08 -0800 Message-ID: <3C00812C.8020401@owt.com> Date: Sat, 24 Nov 2001 21:27:08 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Tom Kersten Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem building custom KERNEL..... References: <20011125050557.52660.qmail@web10004.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tom Kersten wrote: > Hello, > > > > I am trying to build a custom kernel and have run into > an error when I try to run 'make'. The problem seems > to occur when it is trying to work with "umass.o". > This is the first error that the debug kicks out: > > "umass.o: In function 'umass_cam_attach_sim': > > This is then followed by what appears to be numerous > attempts to to something with umass.c(*)...all > attempts are return with the error "undefined error > to' + some file name. I have attached my new kernel > config file. If you need more information please let > me know. It is kind of a reading test. You deleted things without out reading. You have # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) And in the entry for umass, you have the following device umass # Disks/Mass storage - Requires scbus and da Notice the requires on umass. Well, you have to make a choice. You either have to uncomment the scbus and da lines or you have to comment umass. Based on what I am seeing, you just missed commenting the umass line. You should have searched the kernel config file for umass and then you could have diagnosed the problem by yourself. It doesn't always work this way but this is one of the straight forward user errors. Have a good day, Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.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