I have been trying to recompile the kernel, using the source that comes with
RedHat 5 (i.e. 2.0.32).  I have applied the fat32 patch which I obtained
from:

http://bmrc.berkeley.edu/people/chaffee/fat32.html

after doing:
make mrproper
make kernelconfig
make dep; make clean
make zImage

I get the following results (actually just the end of it):

NEL__ -I/usr/src/linux-2.0.32/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586
-c -o vfatfs_syms.o vfatfs_syms.c

vfatfs_syms.c:69: redefinition of `vfat_fs_type'
vfatfs_syms.c:15: `vfat_fs_type' previously defined here
vfatfs_syms.c:78: redefinition of `vfat_syms'
vfatfs_syms.c:24: `vfat_syms' previously defined here
vfatfs_syms.c:97: redefinition of `init_vfat_fs'
vfatfs_syms.c:43: `init_vfat_fs' previously defined here
vfatfs_syms.c:123: redefinition of `vfat_fs_type'
vfatfs_syms.c:69: `vfat_fs_type' previously defined here
vfatfs_syms.c:132: redefinition of `vfat_syms'
vfatfs_syms.c:78: `vfat_syms' previously defined here
vfatfs_syms.c:151: redefinition of `init_vfat_fs'
vfatfs_syms.c:97: `init_vfat_fs' previously defined here
{standard input}: Assembler messages:
{standard input}:122: Fatal error: Symbol init_vfat_fs already defined.
make[3]: *** [vfatfs_syms.o] Error 1
make[3]: Leaving directory `/ur/src/linux-2.0.32/fs/vfat'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.0.32/fs/vfat'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.32/fs'
make: *** [linuxsubdirs] Error 2


Can someone tell me what I'm doing wrong and what I need to do to fix it.  I
know the fat32 patch works ok, since I used it when I compiled using Debian
Linux, and it worked great...  I assume I must have either installed the
sources wrong or the fat32 patch...

Cam Vetter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
ICQ UIN: 545211


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to