Date: Mon, 13 Oct 1997 14:02:55 +0100 (BST) From: Rob Hartill <robh@imdb.com> To: freebsd-stable@freebsd.org Subject: make world -> `T_DOWNLOAD' undeclared Message-ID: <Pine.NEB.3.96.971013133656.217A-100000@localhost>
next in thread | raw e-mail | index | archive | help
On trying to build a new kernel on a newly completed 'make world' 2.2-STABLE system I'm getting the following error: make depend make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/HOME cc -O2 -m486 -pipe -I. -c aicasm_scan.c ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function) ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. Adding '#define T_DOWNLOAD 259' found with grep I then get: ./aicasm -nostdinc -I- -I. -I../.. -I../../../include -o aic7xxx_seq.h -r aic7xxx_reg.h ../../dev/aic7xxx/aic7xxx.seq ./aicasm: Stopped at file ../../dev/aic7xxx/aic7xxx.seq, line 44 - syntax error ./aicasm: Removing aic7xxx_seq.h due to error *** Error code 65 Can someone please point me in the right direction. I synced with cvsup last night and again after the failures today. No joy and the same problem compiling GENERIC. thanks -- Rob Hartill Internet Movie Database (Ltd) http://www.moviedatabase.com/ .. a site for sore eyes.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.971013133656.217A-100000>