2.3.7 compile attempt blow up.

Bill Huey (billh@mag.ucsd.edu)
Mon, 21 Jun 1999 01:04:33 -0700 (PDT)


Folks,

Compiling of fat blows up.

==============

gcc -D__KERNEL__ -I/maxtor/experimental_kernel/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DCPU=686 -c -o file.o file.c
file.c:60: `generic_readpage' undeclared here (not in a function)
file.c:60: initializer element for `fat_file_inode_operations.bmap' is not constant
file.c:62: warning: initialization from incompatible pointer type
file.c:63: warning: initialization from incompatible pointer type
file.c:110: `generic_readpage' undeclared here (not in a function)
file.c:110: initializer element for `fat_file_inode_operations_1024.bmap' is not constant
file.c:113: warning: initialization from incompatible pointer type
file.c:145: warning: initialization from incompatible pointer type
file.c:148: warning: initialization from incompatible pointer type
make[3]: *** [file.o] Error 1
make[3]: Leaving directory `/t1/experimental_kernel/linux/fs/fat'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/t1/experimental_kernel/linux/fs/fat'
make[1]: *** [_subdir_fat] Error 2
make[1]: Leaving directory `/t1/experimental_kernel/linux/fs'
make: *** [_dir_fs] Error 2

bill

-
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/