Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753797AbZFEAiR (ORCPT ); Thu, 4 Jun 2009 20:38:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751608AbZFEAiG (ORCPT ); Thu, 4 Jun 2009 20:38:06 -0400 Received: from www262.sakura.ne.jp ([202.181.97.72]:56071 "EHLO www262.sakura.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbZFEAiF (ORCPT ); Thu, 4 Jun 2009 20:38:05 -0400 Message-Id: <200906050038.n550c4Ja010907@www262.sakura.ne.jp> Subject: [2.6.30-rc8] gcc 3.3 : __udivdi3 undefined. From: Tetsuo Handa To: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 05 Jun 2009 09:38:04 +0900 Content-Type: text/plain; charset="ISO-2022-JP" X-Anti-Virus: K-Prox Anti-Virus Powered by Kaspersky, bases: 04062009 #2085735, status: clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 21 [2.6.30-rc8] gcc 3.3 : __udivdi3 undefined. "make allmodconfig" + "CONFIG_KVM=n" on 2.6.30-rc8 triggers build failure when built with gcc 3.3.5 . # make -s /usr/src/all/vanilla/src/linux-2.6.30-rc8/arch/x86/Makefile:82: stack protector enabled but no compiler support WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' arch/x86/mm/built-in.o(.init.text+0x43f7): In function `__change_page_attr': arch/x86/mm/pageattr.c:114: undefined reference to `__udivdi3' make: *** [.tmp_vmlinux1] Error 1 CONFIG_KVM=n is for avoiding gcc's internal error ( http://lkml.org/lkml/2009/6/4/14 ). -- 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/