From owner-freebsd-questions Mon Jul 9 9:47:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id A8CCA37B416 for ; Mon, 9 Jul 2001 09:47:09 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f69Glwi82940; Mon, 9 Jul 2001 12:47:58 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 9 Jul 2001 12:47:58 -0400 (EDT) From: Joe Clarke To: Ralph Huntington Cc: Subject: Re: kernel compile fails In-Reply-To: Message-ID: <20010709124641.N82819-100000@shumai.marcuscom.com> 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 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