Hi, beim Compilieren des Kernels 2.4.21 bekomme ich folgende Fehlermeldung:
--------Ende des LOG-Files--------- make[2]: Entering directory `/usr/src/linux-2.4.21/drivers' /usr/bin/make -C block make[3]: Entering directory `/usr/src/linux-2.4.21/drivers/block' /usr/bin/make all_targets make[4]: Entering directory `/usr/src/linux-2.4.21/drivers/block' gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes - Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pip e -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=ll_rw_blk -DEXPORT_SYMTAB -c ll_rw_blk.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes - Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pip e -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=blkpg -DEXPORT_SYMTAB -c blkpg.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes - Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pip e -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=genhd -DEXPORT_SYMTAB -c genhd.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes - Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pip e -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=elevator -c -o elevator.o elevator.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes - Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pip e -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=floppy -c -o floppy.o floppy.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes - Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pip e -mpreferred-stack-boundary=2 -march=i586 -nostdinc -iwithprefix include -DKBUILD_BASENAME=loop -DEXPORT_SYMTAB -c loop.c loop.c: In function `loop_set_status': loop.c:796: parse error before character 0374 make[4]: *** [loop.o] Error 1 make[4]: Leaving directory `/usr/src/linux-2.4.21/drivers/block' make[3]: *** [first_rule] Error 2 make[3]: Leaving directory `/usr/src/linux-2.4.21/drivers/block' make[2]: *** [_subdir_block] Error 2 make[2]: Leaving directory `/usr/src/linux-2.4.21/drivers' make[1]: *** [_dir_drivers] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.21' make: *** [stamp-build] Error 2 ----------------------------------- Die Sourcen habe ich heruntergeladen, mit tar xjf linux-2.4.21.tar.bz2 entpackt, dann mit "make menuconfig" verschiedene Einstellungen entfernt, dann "make dep", und danach mit "fakeroot make-kpkg clean" und "fakeroot make-kpkg --revision=1 kernel_image kernel_headers kernel_doc" versucht die Pakete f�r den Kernel zu erstellen Hat Jemand eine Idee, woran dies liegen kann ??? Gru�, Rainer -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

