Date: Sat, 23 Jun 2001 12:52:58 -0700 (PDT) From: La Place <a_trans2001@yahoo.com> To: freebsd-questions@freebsd.org, freebsd-current@freebsd.org Subject: compilation errors on AlphaServer DS20 Message-ID: <20010623195258.35449.qmail@web14805.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010623195258.35449.qmail>