Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jun 1996 18:12:51 +0200 (MET DST)
From:      "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
To:        jmanley@sc.younglife.org (Jeff Manley)
Cc:        freebsd-questions@freebsd.org, jmanley@sc.younglife.org
Subject:   Re: Help rebuilding kernel -- errors out
Message-ID:  <199606041612.SAA09637@gilberto.physik.rwth-aachen.de>
In-Reply-To: <31B4616F.3ACE@sc.younglife.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> What am I doing wrong?

You omitted npx0:

#
# This device is mandatory.
#
# The Numeric Processing eXtension is used to either enable the
# coprocessor or enable math emulation.  If your machine doesn't contain
# a math co-processor, you must *also* add the option "MATH_EMULATE".
# THIS IS NOT AN OPTIONAL ENTRY, DO NOT REMOVE IT
#
device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr
> 
> I get the following error message when trying to make the kernel:
> 
> loading kernel
> kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment
> *** Error code 1
> 
> my kernel config file:
[...]
> 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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