Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 1996 17:51:33 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        dave@polarbear (David Popkin)
Cc:        questions@FreeBSD.org
Subject:   Re: Kernel make problems
Message-ID:  <199605280051.RAA09867@phaeton.artisoft.com>
In-Reply-To: <199605271951.PAA02844@polarbear> from "David Popkin" at May 27, 96 03:51:12 pm

next in thread | previous in thread | raw e-mail | index | archive | help
 
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605280051.RAA09867>