Hi list! Dont know if this is the right place to post, bu here goes anyway :)
I'm trying to compile 2.4.20-ben10, which i got by rsync, and it fails. i have compiled it before on woody, but fails under sarge. Anyone else got this problem? gcc -D__KERNEL__ -I/usr/src/benh_kernel/include -Wall -Wstrict-prototypes -Wno-t rigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I/usr/src/be nh_kernel/arch/ppc -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialize d -mmultiple -mstring -nostdinc -iwithprefix include -DKBUILD_BASENAME=ide_cd -c -o ide-cd.o ide-cd.c In file included from ide-cd.c:318: ide-cd.h:440: error: long, short, signed or unsigned used invalidly for `slot_ta blelen' make[4]: *** [ide-cd.o] Error 1 make[4]: Leaving directory `/usr/src/benh_kernel/drivers/ide' make[3]: *** [first_rule] Error 2 make[3]: Leaving directory `/usr/src/benh_kernel/drivers/ide' make[2]: *** [_subdir_ide] Error 2 make[2]: Leaving directory `/usr/src/benh_kernel/drivers' make[1]: *** [_dir_drivers] Error 2 make[1]: Leaving directory `/usr/src/benh_kernel' make: *** [stamp-build] Error 2 powerbook:/usr/src/linux# gcc --version gcc (GCC) 3.3 (Debian) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.