On Thu, 2007-05-31 at 18:35 +0200, Toralf Förster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > CC arch/i386/boot/compresse > HOSTCC arch/i386/boot/tools/build > BUILD arch/i386/boot/bzImage > Root device is (3, 8) > Boot sector 512 bytes. > Setup is 7178 bytes. > System is 2513 kB > Kernel: arch/i386/boot/bzImage is ready (#1) > Building modules, stage 2. > MODPOST 363 modules > ERROR: "spi_dv_device" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_attach_transport" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_populate_ppr_msg" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_populate_width_msg" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_release_transport" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_display_xfer_agreement" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_populate_sync_msg" [drivers/scsi/aic7xxx/aic7xxx.ko] undefined! > ERROR: "spi_dv_device" [drivers/scsi/53c700.ko] undefined! > ERROR: "spi_attach_transport" [drivers/scsi/53c700.ko] undefined! > ERROR: "spi_schedule_dv_device" [drivers/scsi/53c700.ko] undefined! > ERROR: "spi_release_transport" [drivers/scsi/53c700.ko] undefined! > ERROR: "spi_display_xfer_agreement" [drivers/scsi/53c700.ko] undefined! > ERROR: "spi_populate_sync_msg" [drivers/scsi/53c700.ko] undefined! > ERROR: "spi_print_msg" [drivers/scsi/53c700.ko] undefined! > ERROR: "ROOT_DEV" [drivers/mtd/maps/nettel.ko] undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 This looks like some build issue. The symbols (except the last ROOT_DEV) are defined in scsi_transport_spi.o which should have been compiled in your build log because your .config has CONFIG_SCSI_SPI_ATTRS=y which should build it. James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html