Date: Mon, 9 Jul 2001 13:01:29 -0400 (EDT) From: Ralph Huntington <rjh@mohawk.net> To: Joe Clarke <marcus@marcuscom.com> Cc: questions@FreeBSD.ORG Subject: Re: kernel compile fails Message-ID: <Pine.BSF.4.21.0107091259330.48529-100000@mohegan.mohawk.net> In-Reply-To: <20010709124641.N82819-100000@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Joe, we'll try that. (We have no device ti in kernel config.) On Mon, 9 Jul 2001, Joe Clarke wrote: > While this could be an issue with the CPU or MB (my ti_fw2.h doesn't show > any non-hex digits), you might be able to workaround it by building your > kernel like: > > make NO_MODULES=YES depend all install > > That assumes you don't have device ti in your kernel config. > > Joe Clarke > > On Mon, 9 Jul 2001, Ralph Huntington wrote: > > > 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 > > > > > 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.0107091259330.48529-100000>