2.3.7 minix and fat fs modules don't compile

Garst R. Reese (reese@isn.net)
Mon, 21 Jun 1999 01:37:51 -0300


This is a multi-part message in MIME format.
--------------D9BD6272A40BAE5DFAABFC4E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

UP, 586TSC
Here are the errors from minix. Yes, it's egcs-1.1.2
binutils 2.9.4.0.5
--------------D9BD6272A40BAE5DFAABFC4E
Content-Type: text/plain; charset=us-ascii;
name="minixerrors"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="minixerrors"

make[1]: Entering directory `/usr/src/linux-2.3.7/fs'
make -C minix modules
make[2]: Entering directory `/usr/src/linux-2.3.7/fs/minix'
gcc -D__KERNEL__ -I/usr/src/linux-2.3.7/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DCPU=586 -DMODULE -c -o file.o file.c
file.c: In function `minix_write_one_page':
file.c:64: warning: implicit declaration of function `block_write_one_page'
file.c: At top level:
file.c:107: `generic_readpage' undeclared here (not in a function)
file.c:107: initializer element for `minix_file_inode_operations.bmap' is not constant
file.c:109: warning: initialization from incompatible pointer type
file.c:110: warning: initialization from incompatible pointer type
file.c:114: warning: initialization from incompatible pointer type
make[2]: *** [file.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.3.7/fs/minix'
make[1]: *** [_modsubdir_minix] Error 2
make[1]: Leaving directory `/usr/src/linux-2.3.7/fs'
make: *** [_mod_fs] Error 2

--------------D9BD6272A40BAE5DFAABFC4E--

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