2.1.79 pre-1 failed compilation...

James Mastros (root@jennifer-unix.dyn.ml.org)
Mon, 12 Jan 1998 16:00:38 -0500 (EST)


I get the following:
make[3]: Entering directory /hdd2/usr/src/linux/fs/fat'
gcc -D__KERNEL__ -I/hdd2/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -DEXPORT_SYMTAB -c
fatfs_syms.c
fatfs_syms.c:53: fat_get_cluster' undeclared here (not in a function)
fatfs_syms.c:53: initializer element for __ksymtab_fat_get_cluster.value' is
not constant
make[3]: *** [fatfs_syms.o] Error 1

I solved this by adding an extern decleration to fatfs_syms.c... that isn't
the right solution (needless to say).

-=- James Mastros