kernel compilation error
hi ,
I am using debian linux with kernel version 2.4.23 and wanted to compile my kernel with
debian kernel packaging system with foll command
make-kpkg -rev Custom.1 kernel_image
some error popped up and not being able to fix the error mentioned below
Line 1340: Device name too long
SiS650/651/M650/740 PCI/AGP VGA Display Adapter
make[4]: *** [devlist.h] Error 1
make[4]: Leaving directory `/usr/src/linux-2.4.23/drivers/pci'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.23/drivers/pci'
make[2]: *** [_subdir_pci] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.23/drivers'
make[1]: *** [_dir_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.23'
make: *** [stamp-build] Error 2
please help me
thank you in advance
|