Date: Sat, 07 Oct 2000 13:37:33 -0700 From: Kent Stewart <kstewart@urx.com> To: mikenoc@mindspring.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems with make buildworld Message-ID: <39DF898D.C5654CD9@urx.com> References: <39DF865D.2C06C095@mindspring.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Flanagan wrote: > > Hello , > > I have just updated the sources and then tried to do a make > buildworld unsecsesfully. I am running FreeBSD 4.0 > The new sources went threw fine and the steps I took to do a make > buildworld are as follows. I edited make.conf and added > > CFLAGS= -O -pipe > NOPROFILE= true > USA_RESIDENT= YES > > Then I cd /usr/obj and rm -rf * then did the make buildworld. After > doing that I got a new Generic Kernel that I cannot compile to save my > life. Even trying to compile the GENERIC kernel withought editing > anything errors out with the following. So any help would be most > apprecaited. I would lay you odds that you upgraded to 4-stable and didn't read the updating instructions in /usr/src/UPDATING. I find the build[install]kernel sequence is much safer than the "make world" route. Kent > > Mike F. > > ude opt_global.h -elf -mpreferred-stack-boundary=2 -fomit-frame-pointer > ../../i386/i386/atomic.c > cc -c -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/autoconf.c > cc -c -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/bios.c > 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/ccj69159.s: Assembler messages: > /tmp/ccj69159.s:776: Error: operands given don't match any known 386 > instruction > /tmp/ccj69159.s:841: Error: operands given don't match any known 386 > instruction > *** Error code 1 > > Stop in /usr/src/sys/compile/MFKERNEL. > You must build a kernel first. > *** Error code 1 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ 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?39DF898D.C5654CD9>