From owner-freebsd-questions Mon Dec 7 10:16:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27076 for freebsd-questions-outgoing; Mon, 7 Dec 1998 10:16:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27071 for ; Mon, 7 Dec 1998 10:15:53 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.054 #17) id 0zn4GB-0003yW-00; Mon, 7 Dec 1998 17:15:47 +0000 Date: Mon, 7 Dec 1998 17:15:47 +0000 From: Ben Smithurst To: Victor Breen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems with recompiling my kernel Message-ID: <19981207171547.A15223@scientia.demon.co.uk> References: <366BE10D.7CE81EB3@impulse.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <366BE10D.7CE81EB3@impulse.net> User-Agent: Mutt/0.94.17i (FreeBSD/3.0-CURRENT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Victor Breen wrote: > after I 'make depend' then try 'make' it tells me this... [...] > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > *** Error code 1 > > Stop. > > can you tell me how to fix the '_isa_devtab_cam' error, I can't do it > with the options I need in my kernel. This sort of thing normally happens when you include something in your kernel config, without including something else it needs. (For example, including ``device sbxvi0'' or whatever sound card is without including ``controller snd0'' gives similar errors.) If you send your kernel config to the list someone who knows more about kernel configuration than me may be able to spot something missing. That name looks like something to do with ISA and CAM devices, since I know nothing about CAM I can't guess what you might have done wrong. Did config give any errors when you ran it? that must be in sync with your kernel sources, not sure what happens if it isn't though. Probably isn't good though. -- Ben Smithurst ben@scientia.demon.co.uk send a blank message to ben+pgp@scientia.demon.co.uk for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message