On Fri, 1 Jun 2007 23:19:17 +0200 Toralf Förster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > arch/i386/kernel/built-in.o: In function `get_smp_config': > : undefined reference to `mps_oem_check' > arch/i386/kernel/built-in.o: In function `connect_bsp_APIC': > : undefined reference to `enable_apic_mode' > make: *** [.tmp_vmlinux1] Error 1 > > This .config was made in this way : > make mrproper && make rndconfig && <tweak it to ThinkPad T41> && make > oldconfig && make
This sort-of-randconfig is still for Unisys ES7000 sub-architecture, so tweaking it to Thinkpad T41 doesn't get you much of anything that is useful. I think you can drop that step. If you tweak it like this: 115c115 < # CONFIG_X86_PC is not set --- > CONFIG_X86_PC=y 123c123 < CONFIG_X86_ES7000=y --- > # CONFIG_X86_ES7000 is not set and run 'make oldconfig', it will build. I don't find this particular randconfig (#294) interesting, but sometimes they can be, so don't stop trying them, please. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - 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/