An error in kernel-2.3.9, in the vfat support.

Vishweshwar Saran Singh Deo \ (root@bom6.vsnl.net.in)
Sat, 3 Jul 1999 21:54:54 +0530 (IST)


Hello,
I have included the following error messages in last stage of
compilation. There seems to be a problem with vfat. This was when I
included the vfat support in kernel itself.

I also compiled vfat support as modules, then it would give
message "Unresolved symbols, vfat not supported by kernel", even though I
compiled it with vfat support.

According to me there was not error in compilation procedures from my
side.

------------------------------------------------------------------------------

rm -f lib.a
ar rcs lib.a checksum.o old-checksum.o semaphore.o delay.o usercopy.o
getuser.o putuser.o
make[2]: Leaving directory `/usr/src/linux/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux/arch/i386/lib'
gcc -E -C -P -I/usr/src/linux/include -imacros
/usr/src/linux/include/asm-i386/page_offset.h -Ui386
arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds
ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a
drivers/net/net.a drivers/cdrom/cdrom.a drivers/pci/pci.a
drivers/pnp/pnp.a drivers/video/video.a \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
/usr/src/linux/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
fs/filesystems.a(fat.o): In function `fat_file_write':
fat.o(.text+0x2785): undefined reference to `update_vm_cache'
make: *** [vmlinux] Error 1
bash:/usr/src/linux]

-------------------------------------------------------------------------------

Vishweshwar Saran Singh Deo "Surguja"
Email: vssinghdeo-surguja@altavista.net

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/