From owner-freebsd-questions Tue Jun 4 08:13:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20433 for questions-outgoing; Tue, 4 Jun 1996 08:13:47 -0700 (PDT) Received: from isc3.younglife.org (isc3.younglife.org [166.93.11.86]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA20427 for ; Tue, 4 Jun 1996 08:13:41 -0700 (PDT) Received: from (jeff.younglife.org [192.1.1.74]) by isc3.younglife.org (8.6.12/8.6.12) with SMTP id JAA05657; Tue, 4 Jun 1996 09:11:55 -0600 Message-ID: <31B4616F.3ACE@sc.younglife.org> Date: Tue, 04 Jun 1996 09:16:47 -0700 From: Jeff Manley Organization: Young Life X-Mailer: Mozilla 2.0 (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: jmanley@sc.younglife.org Subject: Help rebuilding kernel -- errors out X-URL: http://www.freebsd.org/handbook/handbook53.html#kernelconfig:trouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk What am I doing wrong? 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: machine "i386" cpu "I486_CPU" ident "ISC3" maxusers 10 config kernel root on wd0 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options SYSVSHM options SYSVSEM options SYSVMSG controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device ed0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector edintr # pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's