Re: 1.3.28 troubles

J.H.M.Dassen (jdassen@wi.leidenuniv.nl)
Tue, 19 Sep 1995 12:06:51 +0200 (MDT)


> But without SCSI... (I have two Linux boxes)
> ld -qmagic -Ttext 0xfffe0 arch/i386/kernel/head.o init/main.o init/version.o \
> arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o net/network.a \
> fs/filesystems.a \
> drivers/block/block.a drivers/char/char.a drivers/net/net.a \
> /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a -o vmlinux
> kernel/kernel.o(.data+0x3ab8): undefined reference to `scsi_dir'
> kernel/kernel.o(.data+0x3ac0): undefined reference to `scsi_hba_dir'
> make: *** [vmlinux] Error 1 ^
> :-( What does it mean ?
> I said no to SCSI support

The problem comes via ksyms.o, which contains the same undefined references;
ksyms.c has not been modified, but much of the SCSI code has. Most likely,
the cause can be found there.

Regards,
Ray

-- 
Cyberspace, a final frontier. These are the voyages of my messages, 
on a lightspeed mission to explore strange new systems and to boldly go
where no data has gone before.