Probelm compiling 1.3.9 without IDE supp.

Cristian Gafton (gafton@cccis.sfos.ro)
Wed, 12 Jul 1995 16:19:15 +0300 (EET DST)


I'm trying to compile 1.3.9 under Slackware 2.2.0, gcc 2.6.3 (a.out)
and libc 4.6.27. No IDE support selected, no elf, no modules, only scsi
disk, no cd-roms, tapes, etc. just some networking with 3c509B. I'm
having the following problem on make zImage:

make[1]: Entering directory `/usr/src/linux-1.3.9/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux-1.3.9/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -m486 -c checksum.c
ar rcs lib.a checksum.o
sync
make[1]: Leaving directory `/usr/src/linux-1.3.9/arch/i386/lib'
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
drivers/scsi/scsi.a drivers/pci/pci.a \
/usr/src/linux-1.3.9/arch/i386/lib/lib.a
/usr/src/linux-1.3.9/lib/lib.a /usr/src/linux-1.3.9/arch/i386/lib/lib.a
-o vmlinux
genhd.o(.text+0x2ee): undefined reference to `ide_xlate_1024'
genhd.o(.text+0x32c): undefined reference to `ide_xlate_1024'

Specs: 486DX2/66, 16Mb, NCR53810, Hawk 1Gb.

Any pointers ?

Thank you,

Cristian Gafton

Cristian Gafton, SysAdm gafton@cccis.sfos.ro
----------------------------------------------------------------------
Computers & Communications Center str. Moara de Foc nr. 35
Phone: 40-32-252936, 252938 PO-BOX 2-549
Fax: 40-32-252933 IASI 6600, ROMANIA
======================================================================
Good code is hard to write, so it must be hard to understand.