I downloaded Kernel 2.6.0 from kernel.org
I used make gconfig to make my configuration, starting from scratch, not using any previous .config file.


I then did: make bzImage
After few minutes that it was compiling many files it gave me few errors such as:
drivers/built-in.o(.text+0x48f37): In function `ide_match_hwif':
: undefined reference to `ide_hwifs'


or:
drivers/built-in.o(.text+0x49740): In function `ide_setup_pci_controller':
: undefined reference to `noautodma'

and:
drivers/built-in.o(.text+0x4a318): In function `__ide_dma_off_quietly':
: undefined reference to `ide_toggle_bounce'

Does anyone have any idea what am I doing wrong?

--
Ori Idan


================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to