Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 1997 18:49:55 +0100 (BST)
From:      neil.long@materials.oxford.ac.uk (Neil J Long)
To:        freebsd-current@freefall.freebsd.org
Subject:   2.2.5 GENERIC kernel problem?
Message-ID:  <199710211749.SAA08351@njl2.materials.ox.ac.uk>

next in thread | raw e-mail | index | archive | help
Hi

I think I am at 2.2.5 (cvsupd 2_2_RELENG as of Oct 21) and I was
building a GENERIC kernel to install on a machine I plan to
installworld from 2.1.5 - user just left, I put it off too long...)

Is there a tag for 2.2.5 for cvsup?

Anyway, I did the usual

cd /sys/i386/conf
config GENERIC
cd ../../compile/GENERIC
make depend
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include
-DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS
-DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c
cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include
-DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS
-DINET -DKERNEL -DMAXUSERS=10 genassym.o -o genassym
./genassym >assym.s
rm -f param.c
cp ../../conf/param.c .
sh ../../kern/vnode_if.sh ../../kern/vnode_if.src
make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx
Warning: Object directory not changed from original /sys/compile/GENERIC
yacc -d ../../dev/aic7xxx/aicasm_gram.y
mv y.tab.c aicasm_gram.c
cc -O -I.   -c aicasm_gram.c
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: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.


maybe I missed something and am betwixt and between ??

I have no problem with my usual kernel which has a lot of devices
configured out.

Neil



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710211749.SAA08351>