Results 1 to 2 of 2
Hi,
I am trying to compile kernel 2.6.6 (this is my first kernel compilation so I am very new to this sort of stuff). I have disabled every option in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-04-2004 #1Just Joined!
- Join Date
- Jun 2004
- Location
- UK
- Posts
- 6
Error in Compiling kernel 2.6.6
Hi,
I am trying to compile kernel 2.6.6 (this is my first kernel compilation so I am very new to this sort of stuff). I have disabled every option in menuconfig about SCSI as I have no SCSI devices but I still keep getting the error below when I do
make bzImage
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o(.text+0x963dc): In function `mptscsih_probe':
: undefined reference to `scsi_host_alloc'
drivers/built-in.o(.text+0x967fd): In function `mptscsih_probe':
: undefined reference to `scsi_add_host'
drivers/built-in.o(.text+0x96813): In function `mptscsih_probe':
: undefined reference to `scsi_scan_host'
drivers/built-in.o(.text+0x9690c): In function `mptscsih_remove':
: undefined reference to `scsi_remove_host'
drivers/built-in.o(.text+0x96a3
: In function `mptscsih_remove':
: undefined reference to `scsi_host_put'
drivers/built-in.o(.text+0x9830
: In function `mptscsih_slave_configure':
: undefined reference to `scsi_adjust_queue_depth'
drivers/built-in.o(.text+0x98346): In function `mptscsih_slave_configure':
: undefined reference to `scsi_adjust_queue_depth'
make: *** [.tmp_vmlinux1] Error 1
Any ideas??
Thanks for your helps...
- 06-04-2004 #2Just Joined!
- Join Date
- May 2004
- Location
- Mars
- Posts
- 62
read this
http://www.digitalhermit.com/linux/K...ild-HOWTO.html
then start over and put in scsi emulation into kernel just in case


Reply With Quote
