From owner-freebsd-questions Mon Jul 9 9:59:28 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 A20C037B407 for ; Mon, 9 Jul 2001 09:59:21 -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 f69H1Tx54301; Mon, 9 Jul 2001 13:01:29 -0400 (EDT) Date: Mon, 9 Jul 2001 13:01:29 -0400 (EDT) From: Ralph Huntington To: Joe Clarke Cc: questions@FreeBSD.ORG Subject: Re: kernel compile fails In-Reply-To: <20010709124641.N82819-100000@shumai.marcuscom.com> 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 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