- 论坛徽章:
- 0
|
我的系统是RH9,我用uname -a命令,输出为:
Linux jincl 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
后来我就开始编译:
1. # cd /usr/src/linux-2.4
2. # make menuconfig
3. 选中File System下的NTFS file system support (read only)为M
4. # uname -a
2.4.20-8
5. # vi Makefile
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 20
EXTRAVERSION = -8custom
6. # make dep
7. # make modules SUBDIRS=fs/ntfs
走到第7步(编译)就出现问题了,提示错误如下:
make[1]: *** [fs.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20-8/fs/ntfs'
make: *** [_mod_fs/ntfs] Error 2
各位高手,请指点一下.......好郁闷啊 |
|