From owner-freebsd-questions Fri May 14 9:43:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id C0DE1154BD for ; Fri, 14 May 1999 09:43:33 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from scientia.demon.co.uk (ident=ben) by scientia.demon.co.uk with local (Exim 2.12 #1) id 10iKNp-0000Nd-00; Fri, 14 May 1999 17:00:21 +0100 (envelope-from ben@scientia.demon.co.uk) Date: Fri, 14 May 1999 17:00:21 +0100 From: Ben Smithurst To: Brent Waldrop Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernal compling problems Message-ID: <19990514170021.A1367@scientia.demon.co.uk> References: <19990513213047.88736.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990513213047.88736.qmail@hotmail.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brent Waldrop wrote: > hi guys im getting a kernal compling error that i have no idea what it is if > anyone could help me figure out what is going i i would be highly > appreciative. I keep getting undefined reference in the .o files...like > ips_pci.o undefined reference to pci_conf_read. Possibly you have removed `controller pci0' from your kernel configuration? Don't do that. Unless your system doesn't have a PCI bus? In which case, you must be including a driver which needs PCI. In cases like this, it's usually best to post the exact error messages, since that will give people a better idea of what's going wrong. Posting your kernel configuration may also help. -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message