Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758914AbZDOMXX (ORCPT ); Wed, 15 Apr 2009 08:23:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751634AbZDOMXG (ORCPT ); Wed, 15 Apr 2009 08:23:06 -0400 Received: from outbound.icp-qv1-irony-out1.iinet.net.au ([203.59.1.106]:21518 "EHLO outbound.icp-qv1-irony-out1.iinet.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829AbZDOMXF (ORCPT ); Wed, 15 Apr 2009 08:23:05 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAIRu5Ul8qNw9/2dsb2JhbADSX4N+Bg X-IronPort-AV: E=Sophos;i="4.40,192,1238947200"; d="scan'208";a="482651723" Message-ID: <49E5D1A2.7010901@eyal.emu.id.au> Date: Wed, 15 Apr 2009 22:22:58 +1000 From: Eyal Lebedinsky Organization: Eyal at Home User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Linux Kernel Mailing List Subject: Re: Linux 2.6.30-rc2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1102 Lines: 33 I get a build failure with this one: LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/x86/mm/built-in.o(.init.text+0x178a): In function `memtest': : undefined reference to `__udivdi3' make[1]: *** [.tmp_vmlinux1] Error 1 make: *** [sub-make] Error 2 I have gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) I know, very old Debian... but the doco says required version is 3.2. A quick search indicates that this type of failure may be related to gcc version related optimization. I saw similar reports in linux-next recently. -- Eyal Lebedinsky (eyal@eyal.emu.id.au) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/