Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 12:33:57 -0700
From:      "John C. Toman" <jctoman@compendium-tech.com>
To:        aic7xxx@freebsd.org
Subject:   Compiler Issues 2.4.6 and 6.2.0 BETA 1 / 6.2.0
Message-ID:  <3B573625.7030907@compendium-tech.com>

next in thread | raw e-mail | index | archive | help
I've applied these two patches to try to solve some of the difficulties 
I've been having with the older driver versions. When compiling a new 
kernel, I'm getting the following compilation errors:

make[2]: Entering directory `/usr/src/linux-2.4.6/drivers/scsi'
make -C aic7xxx
make[3]: Entering directory `/usr/src/linux-2.4.6/drivers/scsi/aic7xxx'
make all_targets
make[4]: Entering directory `/usr/src/linux-2.4.6/drivers/scsi/aic7xxx'
make -C aicasm
make[5]: Entering directory 
`/usr/src/linux-2.4.6/drivers/scsi/aic7xxx/aicasm'
gcc -I/usr/include -I. -ldb aicasm_gram.c aicasm_scan.c aicasm.c 
aicasm_symbol.c
 -o aicasm
aicasm/aicasm_scan.l: In function `yylex':
aicasm/aicasm_scan.l:115: `T_VERSION' undeclared (first use in this 
function)
aicasm/aicasm_scan.l:115: (Each undeclared identifier is reported only once
aicasm/aicasm_scan.l:115: for each function it appears in.)
aicasm/aicasm_scan.l:132: `T_STRING' undeclared (first use in this function)
make[5]: *** [aicasm] Error 1
make[5]: Leaving directory 
`/usr/src/linux-2.4.6/drivers/scsi/aic7xxx/aicasm'
make[4]: *** [aicasm/aicasm] Error 2
make[4]: Leaving directory `/usr/src/linux-2.4.6/drivers/scsi/aic7xxx'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.6/drivers/scsi/aic7xxx'

Any ideas on what's gone wrong here?

Thanks,

John Toman


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




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