> On Mon, 05 Feb 2001, Dima Dorfman wrote:
> > > cc -c -x
assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-exte
> > >
rns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcas
t
> >
> -qual  -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/us
r/s
> > > rc/sys/../include  -D_KERNEL -include
pt_global.h -elf  -mpreferred-stack-bo
> > > undary=2 /usr/src/sys/i386/i386/bioscall.s
> > > /tmp/ccN41074.s: Assembler messages:
> > > /tmp/ccN41074.s:773: Error: operands given don't match any known 386
instruct
> > > ion
> > > /tmp/ccN41074.s:838: Error: operands given don't match any known 386
instruct
> > > ion
> >
> > This is usually seen when one tries to do a buildkernel before doing a
> > buildworld.  Did the buildworld finish as usual?  If not, make sure it
> > does and try again.

Not only must you do a buildworld before doing a buildkernel, but you must
do an installworld as well.  This is most likely causing your problem, as
you're using an older set of build tools (gcc, etc) than what buildkernel is
expecting.

--
Matt Emmerton



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to