From owner-freebsd-questions Tue Dec 20 17:21:58 1994 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id RAA05615 for questions-outgoing; Tue, 20 Dec 1994 17:21:58 -0800 Received: from nickel.ucs.indiana.edu (root@nickel.ucs.indiana.edu [129.79.10.5]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id BAA05601 for ; Wed, 21 Dec 1994 01:21:56 GMT Message-Id: <199412210121.BAA05601@freefall.cdrom.com> Received: by nickel.ucs.indiana.edu (5.65c+/10jsm) id AA28710; Tue, 20 Dec 1994 11:26:51 -0500 From: michael squires Subject: 1.1.5.1 kernel compilation problems To: freebsd-questions@freefall.cdrom.com (FreeBSD Questions) Date: Tue, 20 Dec 1994 11:26:51 -0500 (EST) Cc: comp.os.386bsd.questions@news.ucs.indiana.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1444 Sender: questions-owner@freebsd.org Precedence: bulk When compiling GENERICAH (i.e., "config GENERICAH", cd to GENERICAH directory, "make depend", then "make") I find I have to restart make numerous times when it fails with errors that aren't there. Many of these are of the form of finding a character 0177 that isn't there. The system is just being upgraded from 1.1 RELEASE to 1.1.5.1 (need bad144 for the large old ESDI drive used for home directories); I've tried installing twice, the second time from a completely new set of files ftp'd from gatekeeper.dec.com, same problem. The system is an old 386DX20, 8MB, Adaptec 1542B/Wren VI primary, WD1007V/ Miniscribe (remember them?) 660MB ESDI, Archive Viper. cc -c -O -D__FreeBSD__ -W -Wreturn-type -Wcomment -I. -I../.. -I../../sys -DGENERICAH -DI586_CPU -DI486_CPU -DI386_CPU -DNCONS=4 -DSCSI_DELAY=15 -DFAT_CURSOR -DUCONSOLE -DXSERVER -DTCP_COMPAT_42 -DCOMPAT_43 -DPCFS -DNFS -DISOFS -DINET -DMATH_EMULATE -DKERNEL -Di386 -DNPX ../../i386/isa/sio.c ../../i386/isa/sio.c: In function `sioopen': ../../i386/isa/sio.c:725: `gotttttw' undeclared (first use this function) ../../i386/isa/sio.c:725: (Each undeclared identifier is reported only once ../../i386/isa/sio.c:725: for each function it appears in.) ../../i386/isa/sio.c:725: parse error before character 0177 *** Error code 1 I suppose that it may be time to finally buy that new motherboard, unless someone has some other idea. The system works perfectly, other than this.