2002-12-24 11:37:25

by Luigi Genoni

[permalink] [raw]
Subject: aicasm: SIG 11 with 2.5.53 (new aic7xxx driver problem)


HI,
I was compiling new kernel 2.5.53.
If "build adaptec formware" option is enabled, (I know I should avoid it, but it
is a development kernel, and I am doing tests ;) ),
compiling aic7xxx driver,
compilation fails because
of a segmentation fault I get running aicasm.


Here is the error message:

yacc -d -b aicasm_gram aicasm_gram.y
yacc: 2 rules never reduced
mv aicasm_gram.tab.c aicasm_gram.c
mv aicasm_gram.tab.h aicasm_gram.h
yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y
mv aicasm_macro_gram.tab.c aicasm_macro_gram.c
mv aicasm_macro_gram.tab.h aicasm_macro_gram.h
lex -oaicasm_scan.c aicasm_scan.l
lex -Pmm -oaicasm_macro_scan.c aicasm_macro_scan.l
gcc -I/usr/include -I. -ldb aicasm.c aicasm_symbol.c aicasm_gram.c
aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasm
drivers/scsi/aic7xxx/aicasm/aicasm -Idrivers/scsi/aic7xxx -r
drivers/scsi/aic7xxx/aic7xxx_reg.h -o drivers/scsi/aic7xxx/aic7xxx_seq.h
drivers/scsi/aic7xxx/aic7xxx.seq
drivers/scsi/aic7xxx/aicasm/aicasm: 888 instructions used
make[3]: *** [drivers/scsi/aic7xxx/aic7xxx_seq.h] Segmentation fault
make[3]: *** Deleting file `drivers/scsi/aic7xxx/aic7xxx_seq.h'
make[2]: *** [drivers/scsi/aic7xxx] Error 2
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2


system is Athlon tbird 1300, 768 MB RAM,
via 686b chipset, gcc 3.2.1, binutils 2.13.90.0.16,
glibc 2.3.1.

Hope this helps

Luigi




2002-12-24 15:53:11

by Justin T. Gibbs

[permalink] [raw]
Subject: Re: aicasm: SIG 11 with 2.5.53 (new aic7xxx driver problem)

> HI,
> I was compiling new kernel 2.5.53.
> If "build adaptec formware" option is enabled, (I know I should avoid it,
> but it is a development kernel, and I am doing tests ;) ),
> compiling aic7xxx driver,
> compilation fails because
> of a segmentation fault I get running aicasm.

Can you try the driver from here? There was a syntax error in the
assembler's grammer that might have caused this problem:

http://people.FreeBSD.org/~gibbs/linux/SRC/

--
Justin