From owner-freebsd-questions Mon May 27 17:53:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA14629 for questions-outgoing; Mon, 27 May 1996 17:53:04 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA14624 for ; Mon, 27 May 1996 17:53:01 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA09867; Mon, 27 May 1996 17:51:33 -0700 From: Terry Lambert Message-Id: <199605280051.RAA09867@phaeton.artisoft.com> Subject: Re: Kernel make problems To: dave@polarbear (David Popkin) Date: Mon, 27 May 1996 17:51:33 -0700 (MST) Cc: questions@FreeBSD.org In-Reply-To: <199605271951.PAA02844@polarbear> from "David Popkin" at May 27, 96 03:51:12 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Hello, I received this error at the end of make'ing a new kernel > under FreeBSD 2.1.0-RELEASE system: > > loading kernel > kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment > *** Error code 1 > > Stop. > > This is my conf file: [ ... ] Change: > #device npx0 at isa? port "IO_NPX" irq 13 vector npxintr To: # THIS IS NOT OPTIONAL, READ THE "LINT" FILE FOR DETAILS! device npx0 at isa? port "IO_NPX" irq 13 vector npxintr Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.