Date: Wed, 24 Dec 1997 19:35:02 -0800 (PST) From: Simon Shapiro <shimon@simon-shapiro.org> To: freebsd-current@freebsd.org Subject: aic question Message-ID: <XFMail.971224193502.shimon@simon-shapiro.org>
next in thread | raw e-mail | index | archive | help
>From kernel make as of tonight: mv y.tab.c aicasm_gram.c cc -O -pipe -I. -c aicasm_gram.c lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c cc -O -pipe -I. -c aicasm_scan.c cc -O -pipe -I. -c ../../dev/aic7xxx/aicasm.c cc -O -pipe -I. -c ../../dev/aic7xxx/aicasm_symbol.c ../../dev/aic7xxx/aicasm_symbol.c: In function `symbol_delete': ../../dev/aic7xxx/aicasm_symbol.c:75: warning: passing arg 2 from incompatible pointer type ../../dev/aic7xxx/aicasm_symbol.c:75: too few arguments to function ../../dev/aic7xxx/aicasm_symbol.c: In function `symtable_open': ../../dev/aic7xxx/aicasm_symbol.c:117: warning: assignment makes pointer from integer without a cast ../../dev/aic7xxx/aicasm_symbol.c: In function `symtable_close': ../../dev/aic7xxx/aicasm_symbol.c:133: structure has no member named `seq' ../../dev/aic7xxx/aicasm_symbol.c:133: `R_FIRST' undeclared (first use this function) ../../dev/aic7xxx/aicasm_symbol.c:133: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_symbol.c:133: for each function it appears in.) ../../dev/aic7xxx/aicasm_symbol.c:139: too few arguments to function ../../dev/aic7xxx/aicasm_symbol.c: In function `symtable_get': ../../dev/aic7xxx/aicasm_symbol.c:158: warning: passing arg 2 from incompatible pointer type ../../dev/aic7xxx/aicasm_symbol.c:158: too few arguments to function ../../dev/aic7xxx/aicasm_symbol.c:171: warning: passing arg 2 from incompatible pointer type ../../dev/aic7xxx/aicasm_symbol.c:171: too few arguments to function ../../dev/aic7xxx/aicasm_symbol.c: In function `symtable_dump': ../../dev/aic7xxx/aicasm_symbol.c:328: `R_FIRST' undeclared (first use this function) ../../dev/aic7xxx/aicasm_symbol.c:330: structure has no member named `seq' ../../dev/aic7xxx/aicasm_symbol.c:361: `R_NEXT' undeclared (first use this function) ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.971224193502.shimon>