Date: Mon, 9 Jul 2001 12:44:36 -0400 (EDT) From: Ralph Huntington <rjh@mohawk.net> To: questions@FreeBSD.org Subject: kernel compile fails Message-ID: <Pine.BSF.4.21.0107091237060.48529-100000@mohegan.mohawk.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107091237060.48529-100000>