The system disk (in fact, all disks) are on the SCSI controller, so the
aic7xxx module must be built into the kernel. It has a tough time booting
without it. (The FAQs are very specific about this.)
I'll look to see if it's something obvious...
Ken
----- Original Message -----
From: "Steve Lord" <lord@xxxxxxx>
To: "Ken Cross" <kcross@xxxxxxxxx>
Cc: "Linux XFS" <linux-xfs@xxxxxxxxxxx>
Sent: Wednesday, August 15, 2001 4:21 PM
Subject: Re: Error compiling 2.4.9-pre4-xfs
> > Using egcs 1.1.2, I'm getting the following error compiling the new
(8/15)
> > CVS sources:
> >
> > make[5]: Entering directory
> > `/usr/src/linux-2.4-xfs/linux/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
> >
> >
> > Is it just me? <sob>
> >
> > Ken
> >
>
> Hmm, are you building the adapter firmware? Try turning this off.
>
>
> Steve
>
|