From owner-freebsd-alpha Sat Jun 23 12:50:48 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from web14805.mail.yahoo.com (web14805.mail.yahoo.com [216.136.224.221]) by hub.freebsd.org (Postfix) with SMTP id 5902837B401 for ; Sat, 23 Jun 2001 12:50:46 -0700 (PDT) (envelope-from a_trans2001@yahoo.com) Message-ID: <20010623195046.34844.qmail@web14805.mail.yahoo.com> Received: from [24.248.85.196] by web14805.mail.yahoo.com; Sat, 23 Jun 2001 12:50:46 PDT Date: Sat, 23 Jun 2001 12:50:46 -0700 (PDT) From: La Place Subject: compilation errors on DS20 To: freebsd-alpha@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I got an AlphaServer DS20 and is tracking -CURRENT. Whenever I try to compile the kernel, it complains: #/usr/sbin/config TEST ../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard Your version of config(8) is out of sync with your kernel source. so I try to update config(8) via cvs..cvs co src/usr.sbin/config..and attempt to make depend && make && make install..it complains #pwd /usr/src/usr.sbin/config #make depend && make && make install ..... a bunch of compilation msg... ..... /usr/src/usr.sbin/config/mkoptions.c: In function `options': /usr/src/usr.sbin/config/mkoptions.c:105: warning: passing arg 3 of `strncmp' with different width due to prototype cc -O -pipe -mcpu=ev4 -I. -I/usr/src/usr.sbin/config -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wconversion -Winline -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -o config config.o main.o lang.o mkmakefile.o mkheaders.o mkoptions.o -ll make: don't know how to make config.1. Stop # how do i fix this? in addition to that, i noticed that the GENERIC conf file defines CPU_TYPE as ev4 or ev5..according to my dmesg(8), the proc is type EV6..do i just add an extra line for ev6?? __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message