Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 22:58:41 -0400
From:      Otter <otterr@telocity.com>
To:        -current <freebsd-current@freebsd.org>, -questions <freebsd-questions@freebsd.org>
Subject:   Kernel making problems
Message-ID:  <392DE861.867E9418@telocity.com>

next in thread | raw e-mail | index | archive | help
Running 5.0 source from 5/19/00, I cvsupped tonight, as I have the
last few nights. I'm able to do a make buildworld, but I get errors on
doing at "make depend" for the kernel. Did I miss something recently
with this aicasm_gram.y file or is this still in the works? error
shown below is the last bits of my "make depend". I know it's barfing
on SCSI code, but I need my ahc driver.
-Otter 

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'
In file included from ../../dev/aic7xxx/aicasm_gram.y:41:
../../dev/aic7xxx/aicasm_symbol.h:61: syntax error before `struct'
../../dev/aic7xxx/aicasm_symbol.h:109: syntax error before `struct'
../../dev/aic7xxx/aicasm_symbol.h:126: syntax error before `struct'
../../dev/aic7xxx/aicasm_symbol.h:127: syntax error before `struct'
../../dev/aic7xxx/aicasm_symbol.h:128: syntax error before `struct'
../../dev/aic7xxx/aicasm_symbol.h:137: syntax error before `struct'
../../dev/aic7xxx/aicasm_symbol.h:138: syntax error before `struct'
In file included from ../../dev/aic7xxx/aicasm_gram.y:42:
../../dev/aic7xxx/sequencer.h:72: syntax error before `struct'
../../dev/aic7xxx/aicasm_gram.y: In function `initialize_symbol':
../../dev/aic7xxx/aicasm_gram.y:1062: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y: In function `type_check':
../../dev/aic7xxx/aicasm_gram.y:1329: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:1331: structure has no member named
`sle_next'
../../dev/aic7xxx/aicasm_gram.y: In function `make_expression':
../../dev/aic7xxx/aicasm_gram.y:1352: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y: In function `is_download_const':
../../dev/aic7xxx/aicasm_gram.y:1405: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:1406: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y: In function `yyparse':
../../dev/aic7xxx/aicasm_gram.y:410: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:446: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:596: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:691: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:693: structure has no member named
`tqh_last'
../../dev/aic7xxx/aicasm_gram.y:716: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:718: structure has no member named
`tqh_last'
../../dev/aic7xxx/aicasm_gram.y:737: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named
`slh_first'
../../dev/aic7xxx/aicasm_gram.y:750: structure has no member named
`slh_first'
*** Error code 1

Stop in /usr/src/sys/compile/kashmir.
*** Error code 1

Stop in /usr/src/sys/compile/kashmir.
kashmir#


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392DE861.867E9418>