Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 1996 17:19:53 -0500 (CDT)
From:      Jason Garman <garman@phs.k12.ar.us>
To:        nitemoon <nitemoon@netropolis.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: kernel compiling
Message-ID:  <Pine.LNX.3.91.960824171812.17024A-100000@phs.k12.ar.us>
In-Reply-To: <199608242141.QAA12962@mail.phoenix.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 24 Aug 1996, nitemoon wrote:

> 
> loading kernel
> kern_sysctl.o: Undefined symbol '_hw_float' referenced from text segment
> *** Error code 1
> 
The following line is most likely missing from your config file:

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

it's for the math coprocessor (whether you have a hardware one or are 
using the software emulation) and is required to compile a kernel.

Enjoy,
--
Jason Garman                             http://www.nesc.k12.ar.us/~garman/
Student, Eleanor Roosevelt High School                 garman@phs.k12.ar.us




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.91.960824171812.17024A-100000>