From owner-freebsd-questions Mon Jul 9 9:42:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mohegan.mohawk.net (mohegan.mohawk.net [63.66.68.21]) by hub.freebsd.org (Postfix) with ESMTP id 60F1237B401 for ; Mon, 9 Jul 2001 09:42:33 -0700 (PDT) (envelope-from rjh@mohawk.net) Received: from mohegan.mohawk.net (mohegan.mohawk.net [63.66.68.21]) by mohegan.mohawk.net (8.11.3/8.11.3) with ESMTP id f69Giax53900 for ; Mon, 9 Jul 2001 12:44:36 -0400 (EDT) Date: Mon, 9 Jul 2001 12:44:36 -0400 (EDT) From: Ralph Huntington To: questions@FreeBSD.org Subject: kernel compile fails Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG uname -a: FreeBSD ourhost.ourdomain.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 Trying to compile a new kernel. Using kernel configs that we have used a thousand times before. Replaced everything hardware, MB, RAM, dives, cables. Keep getting these errors when the make reaches this point: cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I/usr/include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/ti/../../pci/if_ti.c In file included from /usr/src/sys/modules/ti/../../pci/if_ti.c:123: @/pci/ti_fw2.h:2443: nondigits in number and not hexadecimal @/pci/ti_fw2.h:2443: nondigits in number and not hexadecimal @/pci/ti_fw2.h:2581: nondigits in number and not hexadecimal @/pci/ti_fw2.h:2652: nondigits in number and not hexadecimal @/pci/ti_fw2.h:2652: nondigits in number and not hexadecimal @/pci/ti_fw2.h:2652: numeric constant contains digits beyond the radix @/pci/ti_fw2.h:2677: warning: large integer implicitly truncated to unsigned type and the like, a zillion times or so, and finally: *** Error code 1 Stop in /usr/src/sys/modules/ti. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Looking at the file "/usr/src/sys/modules/ti/../../pci/if_ti.c" indicates it is "Alteon Networks Tigon PCI gigabit ethernet driver for FreeBSD" but we have rem'd out all ethernet devices in kernel config file except fxp0, which is what we are using. Again, this is a config and compile we have done many times before. If anyone has a clue, thanks in advance for sharing it. - Ralph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message