Trying to make a custom kernel to enable NTFS and HPFS support in RedHat 8.0. Configured Kernel in xconfig and got to the "make modules" command where I received the errors:
make[2]: *** [dummy.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/net'
make[1]: *** [_modsubdir_net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.18-14/drivers'
make: *** [_mod_drivers] Error 2
[root@dhcppc2 linux-2.4]#
Thought that is is the network settings and checked them but nothing works. I am using a LinkSys LNE100TX and the Tulip drivers. Is there something missing? Is there a good article on custom kernels? Thanks
make[2]: *** [dummy.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/net'
make[1]: *** [_modsubdir_net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.18-14/drivers'
make: *** [_mod_drivers] Error 2
[root@dhcppc2 linux-2.4]#
Thought that is is the network settings and checked them but nothing works. I am using a LinkSys LNE100TX and the Tulip drivers. Is there something missing? Is there a good article on custom kernels? Thanks