I've been trying to get this going for days now. I've read the list archives, checked Documentation/Changes and ensured that all my tools are up to date. I've done cp .config ..;make mrproper;cp ../.
Which should give you a clean build, even with the makefile bugs and modversions turned on. You have not said what errors you are getting which makes it difficult to see what is wrong.
I have had the same problem. Try to do this: Compaile kernel in normal way ( with Set modversion on ). After compilation of kernel copy file /usr/src/yourkernel/System.map to /boot/System.map-2.4.1-X
a current cvs checkout (as of 02/12/01) gives me mostly usable modules, only two are not working: [root@zhadum /root]# depmod -ae depmod: ** Unresolved symbols in /lib/modules/2.4.1-XFStest2/kernel/d
Known bug in the md driver, fixed in later kernels. IOW, not our problem :). This one is strange. I cannot reproduce the problem on 2.4.2-pre3 with your .config but I cannot see any changes between 2
I'm seeing this also... no clue as to why it is showing up? chuckle[2:12pm]-=>grep name_to_k /boot/System.map c032c248 T name_to_kdev_t I ended up compiling md into the kernel for now. -- Russell Cat
I've been trying to get this going for days now. I've read the list archives, checked Documentation/Changes and ensured that all my tools are up to date. I've done cp .config ..;make mrproper;cp ../.
Which should give you a clean build, even with the makefile bugs and modversions turned on. You have not said what errors you are getting which makes it difficult to see what is wrong.
I have had the same problem. Try to do this: Compaile kernel in normal way ( with Set modversion on ). After compilation of kernel copy file /usr/src/yourkernel/System.map to /boot/System.map-2.4.1-X
a current cvs checkout (as of 02/12/01) gives me mostly usable modules, only two are not working: [root@zhadum /root]# depmod -ae depmod: ** Unresolved symbols in /lib/modules/2.4.1-XFStest2/kernel/d
Known bug in the md driver, fixed in later kernels. IOW, not our problem :). This one is strange. I cannot reproduce the problem on 2.4.2-pre3 with your .config but I cannot see any changes between 2
I'm seeing this also... no clue as to why it is showing up? chuckle[2:12pm]-=>grep name_to_k /boot/System.map c032c248 T name_to_kdev_t I ended up compiling md into the kernel for now. -- Russell Cat