public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Two errors, kernel 2.5.20
@ 2002-06-05 15:57 Joseph Pingenot
  0 siblings, 0 replies; only message in thread
From: Joseph Pingenot @ 2002-06-05 15:57 UTC (permalink / raw)
  To: linux-kernel

gcc -D__KERNEL__ -I/usr/local/src/kernel/linux-2.5.20/include -Wall -Wstrict-pro           totypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common            -pipe -mpreferred-stack-boundary=2 -march=i686    -DKBUILD_BASENAME=suspend -DE           XPORT_SYMTAB -c -o suspend.o suspend.c
suspend.c:305: #error this is broken, FIXME
suspend.c: In function `freeze_processes':
suspend.c:234: warning: implicit declaration of function `signal_wake_up'
suspend.c: In function `fill_suspend_header':
suspend.c:286: warning: comparison between pointer and integer
suspend.c: In function `do_suspend_sync':
suspend.c:306: `tq_disk' undeclared (first use in this function)
suspend.c:306: (Each undeclared identifier is reported only once
suspend.c:306: for each function it appears in.)
suspend.c: In function `write_suspend_image':
suspend.c:431: warning: passing arg 3 of `get_swaphandle_info' from incompatible            pointer type
suspend.c:430: warning: unused variable `dummy2'
suspend.c: In function `suspend_save_image':
suspend.c:724: warning: assignment makes integer from pointer without a cast
suspend.c: In function `resume_try_to_read':
suspend.c:1059: warning: passing arg 1 of `name_to_kdev_t' discards qualifiers f           rom pointer target type
suspend.c:1067: warning: unsigned int format, kdev_t arg (arg 2)
suspend.c:1057: warning: unused variable `blksize'
suspend.c: At top level:
suspend.c:1221: warning: static declaration for `resume_setup' follows non-stati           c
make[1]: *** [suspend.o] Error 1
make[1]: Leaving directory `/usr/local/src/kernel/linux-2.5.20/kernel'
make: *** [kernel] Error 2

and

gcc -D__KERNEL__ -I/usr/local/src/kernel/linux-2.5.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -include /usr/local/src/kernel/linux-2.5.20/include/linux/modversions.h   -DKBUILD_BASENAME=inode  -c -o inode.o inode.c
inode.c: In function `hfs_prepare_write':
inode.c:242: dereferencing pointer to incomplete type
make[2]: *** [inode.o] Error 1
make[2]: Leaving directory `/usr/local/src/kernel/linux-2.5.20/fs/hfs'
make[1]: *** [_modsubdir_hfs] Error 2
make[1]: Leaving directory `/usr/local/src/kernel/linux-2.5.20/fs'
make: *** [_mod_fs] Error 2

-Joseph
-- 
Joseph======================================================jap3003@ksu.edu
"Ich bin ein Penguin."  --/. poster mmarlett, responding to news that the
  Bundestag will move to IBM/SuSE Linux.  
                      http://slashdot.org/comments.pl?sid=33588&cid=3631032

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

only message in thread, other threads:[~2002-06-05 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-05 15:57 Two errors, kernel 2.5.20 Joseph Pingenot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox