From owner-freebsd-current Mon Apr 19 7:40:58 1999 Delivered-To: freebsd-current@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 1354814FA0 for ; Mon, 19 Apr 1999 07:40:53 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 13FE01F5E; Mon, 19 Apr 1999 22:38:22 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Kenneth Wayne Culver Cc: freebsd-current@freebsd.org Subject: Re: error building kernel In-reply-to: Your message of "Mon, 19 Apr 1999 09:45:28 -0400." Date: Mon, 19 Apr 1999 22:38:22 +0800 From: Peter Wemm Message-Id: <19990419143825.13FE01F5E@spinner.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth Wayne Culver wrote: > I followed the instructions about NEXUS to rebuild my kernel, and it > now it won't compile. It gets all the way through the compile, and then > gives these errors. I'll bet you've got two 'psm0' lines in the config file.. All that config is doing now is basically compiling a table of what's in your config file and saving that for the probe code to use. Yes, It should probably check for duplicates.. :-) > al.h -elf ioconf.c > ioconf.c:108: warning: `psm0_count' redefined > ioconf.c:68: warning: this is the location of the previous definition > ioconf.c:102: redefinition of `psm0_resources' > ioconf.c:64: `psm0_resources' > ioconf.c:64: `psm0_resources' previously defined here > ioconf.c:105: warning: excess elements in array initializer after > `psm0_resource > s' > ioconf.c:106: warning: excess elements in array initializer after > `psm0_resource > s' Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message