kernel 2.4.17: CCIS Compaq Smart Array build problems.

Crispin Wellington (crispin@aeonline.net)
18 Mar 2002 16:44:54 +0800


Apon trying to build a 2.4.17 series kernel with
CONFIG_BLK_CPQ_CISS_DA=y (Compaq Smart Array 53xx support) I get the
following build error...

gcc -D__KERNEL__ -I/bigfree/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i386 -c -o cciss.o cciss.c
cciss.c: In function `cciss_ioctl':
cciss.c:705: internal error--unrecognizable insn:
(insn 949 5224 958 (set (reg/v:SI 0 %eax)
(asm_operands/v ("1: movl %%eax,0(%2)
2: movl %%edx,4(%2)
3:
.section .fixup,"ax"
4: movl %3,%0
jmp 3b
.previous
.section __ex_table,"a"
.align 4
.long 1b,4b
.long 2b,4b
.previous") ("=r") 0[
(reg:DI 1 %edx)
(reg:SI 3 %ebx)
(const_int -14 [0xfffffff2])
(reg/v:SI 0 %eax)
]
[
(asm_input:DI ("A"))
(asm_input:SI ("r"))
(asm_input:SI ("i"))
(asm_input:SI ("0"))
] ("cciss.c") 406)) -1 (insn_list 864 (insn_list 948
(nil)))
(nil))
cpp: output pipe has been closed
make[4]: *** [cciss.o] Error 1
make[4]: Leaving directory `/bigfree/linux/drivers/block'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/bigfree/linux/drivers/block'
make[2]: *** [_subdir_block] Error 2
make[2]: Leaving directory `/bigfree/linux/drivers'
make[1]: *** [_dir_drivers] Error 2
make[1]: Leaving directory `/bigfree/linux'
make: *** [stamp-build] Error 2

more info...

gcc --version
2.95.2

ld -V
GNU ld version 2.9.5 (with BFD 2.9.5.0.37)
Supported emulations:
elf_i386
i386linux

Any ideas? Is there any newer patch I could try? Please CC me as I'm not
subscribed.

Kind Regards
Crispin Wellington

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/