Date: Mon, 19 Apr 1999 22:38:22 +0800 From: Peter Wemm <peter@netplex.com.au> To: Kenneth Wayne Culver <culverk@wam.umd.edu> Cc: freebsd-current@freebsd.org Subject: Re: error building kernel Message-ID: <19990419143825.13FE01F5E@spinner.netplex.com.au> In-Reply-To: Your message of "Mon, 19 Apr 1999 09:45:28 -0400." <Pine.BSF.4.05.9904190943370.6259-100000@culverk.student.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990419143825.13FE01F5E>