confirmed: kernel build for 2.6.8-rc3 is broken for at least i386

From: Alexander Stohr
Date: Wed Aug 04 2004 - 04:51:22 EST


a "make bzImage" produces this command:

cmd_arch/i386/kernel/vmlinux.lds.s :=

gcc -E -Wp,-MD,arch/i386/kernel/.vmlinux.lds.s.d

-nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__

-Iinclude/asm-i386/mach-default -traditional



-o arch/i386/kernel/vmlinux.lds.s arch/i386/kernel/vmlinux.lds.S



it should produce something like this:

cmd_arch/i386/kernel/vmlinux.lds.s :=

gcc -E -Wp,-MD,arch/i386/kernel/.vmlinux.lds.s.d

-nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__

-Iinclude/asm-i386/mach-default -traditional

-P -C -Ui386

-o arch/i386/kernel/vmlinux.lds.s arch/i386/kernel/vmlinux.lds.S

see the last but one line for the difference.

-Alex. (i am not subscribed to this list)

--
NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/