Date: Mon, 13 Oct 1997 10:51:04 -0500 (EST) From: Andre LeClaire <leclaire@venus.net> To: Rob Hartill <robh@imdb.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make world -> `T_DOWNLOAD' undeclared Message-ID: <Pine.BSF.3.96.971013103807.467A-100000@server.lostfork.net> In-Reply-To: <Pine.NEB.3.96.971013133656.217A-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
This was discussed on this list a few days ago. The solution is to delete the files in /usr/src/sys/dev/aic7xxx and do another cvsup. Andre On Mon, 13 Oct 1997, Rob Hartill wrote: > > 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.BSF.3.96.971013103807.467A-100000>