Hi I am trying to compile kernel 2.4.3 downloaded from www.kernel.org. I made a make menuconfig to select the configuration and that ran make vmlinux, I get the error messages below.
Can someone help Thanks a lot Jean-Noel Colin make[1]: Entering directory `/usr/src/linux-2.4.3/arch/ppc/xmon' make all_targets make[2]: Entering directory `/usr/src/linux-2.4.3/arch/ppc/xmon' make[2]: Nothing to be done for `all_targets'. make[2]: Leaving directory `/usr/src/linux-2.4.3/arch/ppc/xmon' make[1]: Leaving directory `/usr/src/linux-2.4.3/arch/ppc/xmon' ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic arch/ppc/kernel/head.o ini t/main.o init/version.o \ --start-group \ arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o kernel/kern el.o mm/mm.o fs/fs.o ipc/ipc.o arch/ppc/xmon/x.o \ drivers/block/block.o drivers/char/char.o drivers/misc/misc.o drivers/ne t/net.o drivers/media/media.o drivers/ide/idedriver.o drivers/scsi/scsidrv.o dr ivers/scsi/aic7xxx/aic7xxx_drv.o drivers/cdrom/driver.o drivers/pci/driver.o dri vers/macintosh/macintosh.o drivers/video/video.o drivers/usb/usbdrv.o drivers/in put/inputdrv.o \ net/network.o \ /usr/src/linux-2.4.3/lib/lib.a \ --end-group \ -o vmlinux drivers/video/video.o: In function `chips_of_init': drivers/video/video.o(.text.init+0x4b8c): undefined reference to `pci_device_loc ' drivers/video/video.o(.text.init+0x4b8c): relocation truncated to fit: R_PPC_REL 24 pci_device_loc drivers/video/video.o(.text.init+0x4bd0): undefined reference to `pci_io_base' drivers/video/video.o(.text.init+0x4bd0): relocation truncated to fit: R_PPC_REL 24 pci_io_base drivers/video/video.o(.text.init+0x4bdc): undefined reference to `pci_io_base' drivers/video/video.o(.text.init+0x4bdc): relocation truncated to fit: R_PPC_REL 24 pci_io_base drivers/input/inputdrv.o: In function `keybdev_event': drivers/input/inputdrv.o(.text+0xba4): undefined reference to `emulate_raw' drivers/input/inputdrv.o(.text+0xba4): relocation truncated to fit: R_PPC_REL24 emulate_raw make: *** [vmlinux] Error 1 bilbo:/usr/src/linux#