Gentoo Archives: gentoo-user

From: Frank Peters <frank.peters@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] error compiling kernel: watchdog missing?
Date: Mon, 02 Jul 2012 17:57:28
Message-Id: 20120702135547.fba2d016.frank.peters@comcast.net
In Reply to: Re: [gentoo-user] error compiling kernel: watchdog missing? by Jarry
1 On Mon, 02 Jul 2012 19:13:09 +0200
2 Jarry <mr.jarry@×××××.com> wrote:
3
4 > >> arch/x86/kernel/traps.c: In function âdefault_do_nmiâ:
5 > >> arch/x86/kernel/traps.c:509:3: error: implicit declaration of function
6 > >> ânmi_watchdog_tickâ
7 > >> arch/x86/kernel/traps.c:512:3: error: implicit declaration of function
8 > >> âdo_nmi_callbackâ
9 > >> make[2]: *** [arch/x86/kernel/traps.o] Error 1
10 > >> make[1]: *** [arch/x86/kernel] Error 2
11 > >> make: *** [arch/x86] Error 2
12 > >> --------------------------------------------
13
14 You should present this to the kernel mailing list, LKML. A released kernel
15 should always compile.
16
17 The error possibly refers to missing #include statements or even
18 an incorrect compiler option.
19
20 On LKML, a failure of the kernel to compile will usually get immediate
21 attention.
22
23 Frank Peters