Prev: ratelimit: make output more useful
Next: User return notifiers / just-in-time MSR switching for KVM
From: Sam Ravnborg on 25 Oct 2009 07:10 lkml cc:ed. linux-kbuild is for the build system - not build errors. Sam On Sat, Oct 24, 2009 at 11:38:14PM -0400, MySQL Student wrote: > Hi, > > I'm having difficulty compiling 2.6.31 and 2.6.31.5 on x86 with > gcc-3.4.4 and binutils-2.20.51.0.2: > > AS arch/x86/lib/thunk_32.o > CC arch/x86/lib/usercopy_32.o > AR arch/x86/lib/lib.a > LD vmlinux.o > MODPOST vmlinux.o > GEN .version > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: In function `con_init': > vt.c:(.init.text+0x3c5b): undefined reference to `.L1446' > make: *** [.tmp_vmlinux1] Error 1 > > This is built from "make defconfig". > > I've seen a few references to this searching, but all the solutions > didn't apply or didn't work. What could I be doing wrong? Could this > be a problem with my development tools? > > Thanks, > Alex > -- > To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in > the body of a message to majordomo(a)vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Alex on 25 Oct 2009 17:30 Hi, I had previously sent an email describing problems I'm having compiling 2.6.31, and I've worked with it a bit more, but still having problems. I'm having difficulty compiling 2.6.31 and 2.6.31.5 on x86 with gcc-3.4.4 and binutils-2.20.51.0.2. I'm also using glibc-2.3.6. AS � � �arch/x86/lib/thunk_32.o CC � � �arch/x86/lib/usercopy_32.o AR � � �arch/x86/lib/lib.a LD � � �vmlinux.o MODPOST vmlinux.o GEN � � .version CHK � � include/linux/compile.h UPD � � include/linux/compile.h CC � � �init/version.o LD � � �init/built-in.o LD � � �.tmp_vmlinux1 drivers/built-in.o: In function `con_init': vt.c:(.init.text+0x3c5b): undefined reference to `.L1446' make: *** [.tmp_vmlinux1] Error 1 My .config file is generated from "make defconfig". I've seen a few references to this searching, but all the solutions didn't apply or didn't work. What could I be doing wrong? Could this be a problem with my development tools? Ideas greatly appreciated. Thanks, Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: ratelimit: make output more useful Next: User return notifiers / just-in-time MSR switching for KVM |