Date: Sat, 27 May 2000 08:26:54 -0400 From: Otter <otterr@telocity.com> To: Matthew Hunt <mph@astro.caltech.edu> Cc: -current <freebsd-current@freebsd.org>, -questions <freebsd-questions@freebsd.org> Subject: Re: Kernel making problems Message-ID: <392FBF0E.61D922B7@telocity.com> References: <392DE861.867E9418@telocity.com> <20000526112710.A63950@wopr.caltech.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Hunt wrote: > > On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > > > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > > aicasm_gram.c > > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' > > I had the same problem. It looks like the following procedure > fixes it: > > Make sure your source tree is up to date. > cd /usr/src > make includes > > Do the config/make depend/make bit again. > > Matt ok. that seems to have cured the problem in "make depend", but now i'm finding a different problem in "make": 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/ccd70154.s: Assembler messages: /tmp/ccd70154.s:796: Error: operands given don't match any known 386 instruction /tmp/ccd70154.s:861: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/kashmir. Any ideas? I don't have a clue. Does anyone have a spare clue I could use to get this kernel made? TIA. -Otter 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?392FBF0E.61D922B7>