Gentoo Archives: gentoo-user

From: Jarry <mr.jarry@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] error compiling kernel: watchdog missing?
Date: Sun, 01 Jul 2012 17:32:13
Message-Id: 4FF08872.4010909@gmail.com
1 Hi, I'm trying to compile new kernel, but it failed:
2 --------------------------------------------
3 CC arch/x86/kernel/process_64.o
4 CC arch/x86/kernel/signal.o
5 AS arch/x86/kernel/entry_64.o
6 CC arch/x86/kernel/traps.o
7 arch/x86/kernel/traps.c: In function âdefault_do_nmiâ:
8 arch/x86/kernel/traps.c:509:3: error: implicit declaration of function
9 ânmi_watchdog_tickâ
10 arch/x86/kernel/traps.c:512:3: error: implicit declaration of function
11 âdo_nmi_callbackâ
12 make[2]: *** [arch/x86/kernel/traps.o] Error 1
13 make[1]: *** [arch/x86/kernel] Error 2
14 make: *** [arch/x86] Error 2
15 --------------------------------------------
16
17 If I understand correctly, function "default_do_nmi" in traps.c
18 triggered check for nmi_watchdog_tick and do_nmi_callback which
19 are probably missing.
20
21 Q1: how can I find which "make menuconfig" option activated
22 "default_do_nmi"?
23
24 Q2: If I can not disable default_do_nmi, what else do I have to
25 check/activate in kernel config to fix this error?
26
27 Jarry
28 --
29 _______________________________________________________________
30 This mailbox accepts e-mails only from selected mailing-lists!
31 Everything else is considered to be spam and therefore deleted.

Replies

Subject Author
Re: [gentoo-user] error compiling kernel: watchdog missing? Paul Hartman <paul.hartman+gentoo@×××××.com>