Hi, after patching my kernel (2.3.29) with cat patch-2.3.30 | patch -p0 I get warnings when I run make dep clean modules modules_install bzImage bzlilo
echo "SECTIONS { .data : { input_len = .; LONG(input_data_end - input_data) input_data = .; *(.data) input_data_end = .; }}" > $tmppiggy.lnk; \ ld -m elf_i386 -r -o piggy.o -b binary $tmppiggy.gz -b elf32-i386 -T $tmppiggy.lnk; \ rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk gcc -D__KERNEL__ -I/usr/src/linux/include -DCPU=686 -traditional -c head.S /tmp/cc2CQQ0j.s: Assembler messages: /tmp/cc2CQQ0j.s:117: Warning: using `%eax' instead of `%ax' due to `l' suffix /tmp/cc2CQQ0j.s:118: Warning: using `%eax' instead of `%ax' due to `l' suffix /tmp/cc2CQQ0j.s:119: Warning: using `%eax' instead of `%ax' due to `l' suffix /tmp/cc2CQQ0j.s:120: Warning: using `%eax' instead of `%ax' due to `l' suffix gcc -D__KERNEL__ -I/usr/src/linux/include -O2 -DSTDC_HEADERS -c -o misc.o misc.c ld -m elf_i386 -Ttext 0x100000 -e startup_32 -o bvmlinux head.o misc.o piggy.o make[2]: Leaving directory `/usr/src/v2.3.29/arch/i386/boot/compressed' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o tools/build tools/build.c -I/usr/src/linux/include objcopy -O binary -R .note -R .comment -S compressed/bvmlinux compressed/bvmlinux.out tools/build -b bbootsect bsetup compressed/bvmlinux.out CURRENT > bzImage Root device is (3, 70) Boot sector 512 bytes. Setup is 4550 bytes. System is 494 kB make[1]: Leaving directory `/usr/src/v2.3.29/arch/i386/boot' make[1]: Entering directory `/usr/src/v2.3.29/arch/i386/boot' if [ -f /vmlinuz ]; then mv /vmlinuz /vmlinuz.old; fi if [ -f /System.map ]; then mv /System.map /System.old; fi cat bzImage > /vmlinuz cp /usr/src/linux/System.map / if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi Added Linux * Added w98 make[1]: Leaving directory `/usr/src/v2.3.29/arch/i386/boot' The same thing happend when I patched my kernel 2.2.9 with 2.2.10. I'm running potato. Can anybody help me... Bye, Sven