Date: Tue, 04 Nov 1997 12:54:37 +0900 From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp> To: current@freebsd.org Cc: max@wide.ad.jp Subject: aic7xx/aicasm_scan.l Message-ID: <199711040354.MAA10998@access.sfc.wide.ad.jp>
next in thread | raw e-mail | index | archive | help
Hi, I'm just updating my -current box to today's -current. When I compile kernel (both custom and GENERIC), it fails with following error. Could anyone help me with this? ---------------------------------------------------------------------- lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c cc -O -I. -c aicasm_scan.c ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': ../../dev/aic7xxx/aicasm_scan.l:69: `T_DOWNLOAD' undeclared (first use this function) ../../dev/aic7xxx/aicasm_scan.l:69: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_scan.l:69: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. ---------------------------------------------------------------------- Thanks, Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711040354.MAA10998>