[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Compilación kernel 2.4.20... fallo?



Hola a tod@s: No sé si he cometido algún error al intentar compilar el kernel, o he bajado alguna versión corrupta o qué, pero no consigo instalar la opción de ReiserFS. Cuando hago en /usr/src/linux:
make mrproper
make menuconfig
make dep
make-kpkg clean
make-kpkg --revision=custom.1.11 kernel_image se me para en la susodicha opción, con este fin de mensaje: gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=super -c -o super.o super.c
super.c: In function `read_super_block':
super.c:869: warning: int format, long unsigned int arg (arg 2)
super.c:944:14: missing terminating " character
super.c: In function `reread_meta_blocks':
super.c:945: error: stray '\' in program
super.c:945: error: `ld' undeclared (first use in this function)
super.c:945: error: (Each undeclared identifier is reported only once
super.c:945: error: for each function it appears in.)
super.c:945: error: parse error before "n"
super.c:945:12: missing terminating " character
make[4]: *** [super.o] Error 1
make[4]: Leaving directory `/usr/src/linux-2.4.20/fs/reiserfs'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.20/fs/reiserfs'
make[2]: *** [_subdir_reiserfs] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20/fs'
make[1]: *** [_dir_fs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20'
make: *** [stamp-build] Error 2


Reply to: