OOPS in compiling 2.2.0-pre6

getlkl@terrorist.math.ntu.edu.tw
Sun, 10 Jan 1999 16:31:27 +0800


Did I do something wrong? Same error with gcc-2.7.2 or egcs 1.1

scsi_syms.c:26: hosts.h: No such file or directory
scsi_syms.c:34: parse error before `*'
scsi_syms.c:35: warning: function declaration isn't a prototype
scsi_syms.c:43: `scsi_register_module' undeclared here (not in a function)
scsi_syms.c:43: initializer element for `__ksymtab_scsi_register_module.value' i
s not constant
scsi_syms.c:44: `scsi_unregister_module' undeclared here (not in a function)
scsi_syms.c:44: initializer element for `__ksymtab_scsi_unregister_module.value'
is not constant
scsi_syms.c:47: `scsi_register' undeclared here (not in a function)
scsi_syms.c:47: initializer element for `__ksymtab_scsi_register.value' is not c
onstant
scsi_syms.c:48: `scsi_unregister' undeclared here (not in a function)
scsi_syms.c:48: initializer element for `__ksymtab_scsi_unregister.value' is not
constant
scsi_syms.c:53: `scsi_init_malloc' undeclared here (not in a function)
scsi_syms.c:53: initializer element for `__ksymtab_scsi_init_malloc.value' is no
t constant
scsi_syms.c:54: `scsi_init_free' undeclared here (not in a function)
scsi_syms.c:54: initializer element for `__ksymtab_scsi_init_free.value' is not
constant
scsi_syms.c:67: `scsi_mark_host_reset' undeclared here (not in a function)
scsi_syms.c:67: initializer element for `__ksymtab_scsi_mark_host_reset.value' i
s not constant
scsi_syms.c:79: `scsi_hostlist' undeclared here (not in a function)
scsi_syms.c:79: initializer element for `__ksymtab_scsi_hostlist.value' is not c
onstant
scsi_syms.c:80: `scsi_hosts' undeclared here (not in a function)
scsi_syms.c:80: initializer element for `__ksymtab_scsi_hosts.value' is not cons
tant
scsi_syms.c:81: `scsi_devicelist' undeclared here (not in a function)
scsi_syms.c:81: initializer element for `__ksymtab_scsi_devicelist.value' is not
constant
make[3]: *** [scsi_syms.o] Error 1
make[2]: *** [first_rule] Error 2
make[1]: *** [_subdir_scsi] Error 2
make: *** [_dir_drivers] Error 2

bash# grep SCSI .config
# SCSI support
CONFIG_SCSI=y
# SCSI support type (disk, tape, CD-ROM)
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# SCSI low-level drivers
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=y
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_G_NCR5380_PORT is not set
# CONFIG_SCSI_G_NCR5380_MEM is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_DEBUG is not set
# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
# CONFIG_CD_NO_IDESCSI is not set

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