So, heres what I do cd /usr/src/linux make mrproper cp arch/ppc64/configs/pSeries_defconfig .config make menuconfig <exit> make dep make clean make vmlinux
Eventually it bombs out with several messages such as: ioctl32.c:X: error: (near initialization for `ioctl_translations[Y]') Culminating in : ioctl32.c:4597: error: (near initialization for `ioctl_translations[691]') make[1]: *** [ioctl32.o] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.30/arch/ppc64/kernel' make: *** [_dir_arch/ppc64/kernel] Error 2 Obviously something ain't right - ideas? O - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/