I'm gonna want to start with helping developing the kernel and I have
the following compile error at make bzImage from 2.5.1-pre8:
[...]
gcc -D__KERNEL__ -I/home/rene/Entwicklung/Linux-Kernel/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 ide-floppy.o ide-floppy.c
ide-floppy.c: In function `idefloppy_end_request':
ide-floppy.c:699: warning: comparison between pointer and integer
ide-floppy.c:699: warning: comparison between pointer and integer
ide-floppy.c: In function `idefloppy_queue_pc_head':
ide-floppy.c:779: incompatible types in assignment
ide-floppy.c: In function `idefloppy_create_rw_cmd':
ide-floppy.c:1214: warning: comparison between pointer and integer
ide-floppy.c: In function `idefloppy_do_request':
ide-floppy.c:1243: switch quantity not an integer
ide-floppy.c:1258: warning: unsigned int format, pointer arg (arg 2)
ide-floppy.c:1246: warning: unreachable code at beginning of switch statement
ide-floppy.c: In function `idefloppy_queue_pc_tail':
ide-floppy.c:1276: incompatible types in assignment
make[3]: *** [ide-floppy.o] Error 1
make[3]: Leaving directory `/home/rene/Entwicklung/Linux-Kernel/linux/drivers/ide'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/home/rene/Entwicklung/Linux-Kernel/linux/drivers/ide'
make[1]: *** [_subdir_ide] Error 2
make[1]: Leaving directory `/home/rene/Entwicklung/Linux-Kernel/linux/drivers'
make: *** [_dir_drivers] Error 2
What is that supposed to be?
Rene
-- Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est [Aurelius Augustinus, 4. Jhd] Erklärung und Übsersetzung: http://fsfeurope.org/order/ öffentlicher GnuPG-Schlüssel: Mail an gnupgkey@rene-engelhard.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/