From owner-aic7xxx Thu Jul 19 12:34: 3 2001 Delivered-To: aic7xxx@freebsd.org Received: from sol.compendium-tech.com (blackhole.compendium-tech.com [64.156.208.74]) by hub.freebsd.org (Postfix) with ESMTP id 99D6237B408 for ; Thu, 19 Jul 2001 12:33:57 -0700 (PDT) (envelope-from jctoman@compendium-tech.com) Received: from compendium-tech.com (europa.compendium-tech.com [192.168.2.232]) by sol.compendium-tech.com (8.11.2/8.11.2) with ESMTP id f6JJXvU17278; Thu, 19 Jul 2001 12:33:57 -0700 Message-ID: <3B573625.7030907@compendium-tech.com> Date: Thu, 19 Jul 2001 12:33:57 -0700 From: "John C. Toman" Organization: Compendium Technologies, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010628 X-Accept-Language: en,pdf MIME-Version: 1.0 To: aic7xxx@freebsd.org Subject: Compiler Issues 2.4.6 and 6.2.0 BETA 1 / 6.2.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-aic7xxx@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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