Results 1 to 3 of 3
Hello Everybody,
I was just trying to recompile my kernel on FC9 for ntfs write support.I googled out the process of kernel compilation for fedora which is:-
1)download kernel source ...
- 03-28-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
[SOLVED] kernel compilling-make module_install error
Hello Everybody,
I was just trying to recompile my kernel on FC9 for ntfs write support.I googled out the process of kernel compilation for fedora which is:-
1)download kernel source (tar.bz) & untar it in say /usr/src/
2)cp /boot/config<version> /usr/src/linux-2.6.25.14/.config
3)cd /usr/src/linux-2.6.25.14
4)make menuconfig & I chose FS---> ntfs --->write support .(Not that I need it but just for sake of making a change)
5)make
The above command completed but after that when I try to "make module" or 'make module_install"; it dosen't works & terminates with the error
make:***No rule to make target 'module'/'module_install'.Stop
Sm1 plz help me with the solution or a work around.
Regards
Trishito
- 03-28-2010 #2Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
make modules_install
0 + 1 = 1 != 2 <> 3 != 4 ...
Until the camel can pass though the eye of the needle.
- 03-28-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
Thnx nmset

That worked perfectly well.
I wasted two hrs for nothing


