after doing a cvsup I tried to build a new kernel
and found that I was getting this error: (while doing config)
../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard
so, I searched the mailing lists and found that I needed to update
/usr/sbin/config, so I did, and was able to config, and start
building the kernel. well, that led me to a rather nice compile error:
cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL
-include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s
/tmp/ccv99837.s: Assembler messages:
/tmp/ccv99837.s:772: Error: operands given don't match any known 386 instruction
/tmp/ccv99837.s:837: Error: operands given don't match any known 386 instruction
*** Error code 1
After searching the mailing lists (this one) again,
I found that the answer was to use the newest gcc, and that I probably
want to be using "make buildkernel" in /usr/src,
so, thats what I did, and I'm getting this error again:
../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard
so, anyone have an answer?
I've also tried compiling the newest gcc, standalone, with no luck.
-Rex
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message