Subject: Re: Mysterious failure of Kernal Build
To: Mykal Funk <mykal@sccoast.net>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 01/23/2004 10:14:10
On Thu, Jan 23, 2003 at 01:11:20AM -0800, Mykal Funk wrote:
> > fd.o(.text+0x451): undefined reference to `fd_cd'
> > fd.o(.text+0x458): undefined reference to `fd_cd'

You probably have some variant of "fdc" (the floppy disk controller driver)
in your kernel config, but removed the "fd*" (the floppy disk driver).

If you remove all "fdc... at ..." lines, run config again and rebuild your
kernel all should be fine.

Martin