All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with 2.4.9-pre3 and FAT/msdos fs
@ 2001-08-14 15:36 Paulo Andre
  0 siblings, 0 replies; only message in thread
From: Paulo Andre @ 2001-08-14 15:36 UTC (permalink / raw)
  To: lkml; +Cc: Linus Torvalds

Hi,

Noticed these non-critical errors when attempting to compile 2.4.9-pre3 on
top of 2.4.9 vanilla. Both when compiling the image and the modules. It still
compiled fine and didn't notice anything going wrong... yet. Here's the
output:

...
make bzImage
....

make -C fat
make[2]: Entering directory `/usr/src/linux/fs/fat'
make all_targets
make[3]: Entering directory `/usr/src/linux/fs/fat'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o buffer.o buffer.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o cache.o cache.c
cache.c: In function `default_fat_access':
cache.c:57: warning: implicit declaration of function `fat_bread'
cache.c:57: warning: assignment makes pointer from integer without a cast
cache.c:64: warning: assignment makes pointer from integer without a cast
cache.c:65: warning: implicit declaration of function `fat_brelse'
cache.c:107: warning: implicit declaration of function
 `fat_mark_buffer_dirty' cache.c:113: warning: assignment makes pointer from
 integer without a cast cache.c:116: warning: assignment makes pointer from
 integer without a cast gcc -D__KERNEL__ -I/usr/src/linux/include -Wall
 -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o dir.o dir.c
dir.c: In function `fat_dir_ioctl':
dir.c:656: warning: passing arg 4 of `fat_readdirx' from incompatible pointer
type
dir.c:665: warning: passing arg 4 of `fat_readdirx' from incompatible pointer
type
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o file.o file.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o inode.o inode.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o misc.o misc.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -c -o cvf.o cvf.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686    -DEXPORT_SYMTAB -c
fatfs_syms.c
rm -f fat.o
ld -m elf_i386  -r -o fat.o buffer.o cache.o dir.o file.o inode.o misc.o
cvf.o fatfs_syms.o
make[3]: Leaving directory `/usr/src/linux/fs/fat'
make[2]: Leaving directory `/usr/src/linux/fs/fat'

...
make modules
...

make -C msdos modules
make[2]: Entering directory `/usr/src/linux/fs/msdos'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o namei.o
namei.cnamei.c: In function `msdos_lookup':
namei.c:237: warning: implicit declaration of function `fat_brelse'
namei.c: In function `msdos_add_entry':
namei.c:266: warning: implicit declaration of function
 `fat_mark_buffer_dirty' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall
 -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -DEXPORT_SYMTAB -c
msdosfs_syms.c
rm -f msdos.o
ld -m elf_i386  -r -o msdos.o namei.o msdosfs_syms.o
make[2]: Leaving directory `/usr/src/linux/fs/msdos'
make -C nls modules
make[2]: Entering directory `/usr/src/linux/fs/nls'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux/fs/nls'
make -C umsdos modules
make[2]: Entering directory `/usr/src/linux/fs/umsdos'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o dir.o dir.c
dir.c: In function `umsdos_readdir_x':
dir.c:142: warning: passing arg 3 of `fat_readdir' from incompatible pointer
type
dir.c: In function `UMSDOS_readdir':
dir.c:315: warning: passing arg 5 of `umsdos_readdir_x' from incompatible
pointer type
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o inode.o
inode.cgcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o ioctl.o
ioctl.cioctl.c: In function `UMSDOS_ioctl_dir':
ioctl.c:146: warning: passing arg 3 of `fat_readdir' from incompatible
pointer type
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o mangle.o
mangle.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o namei.o
namei.cgcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o rdir.o rdir.c
rdir.c: In function `UMSDOS_rreaddir':
rdir.c:70: warning: passing arg 3 of `fat_readdir' from incompatible pointer
type
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE   -c -o emd.o emd.c
rm -f umsdos.o
ld -m elf_i386  -r -o umsdos.o dir.o inode.o ioctl.o mangle.o namei.o rdir.o
emd.o
make[2]: Leaving directory `/usr/src/linux/fs/umsdos'
make[1]: Leaving directory `/usr/src/linux/fs'


Cheers,

// Paulo Andre'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-14 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-14 15:36 Problem with 2.4.9-pre3 and FAT/msdos fs Paulo Andre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.