Gentoo Archives: gentoo-user

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel make trouble
Date: Mon, 30 Jan 2012 21:48:13
Message-Id: 4F270FDD.5020701@fu-berlin.de
In Reply to: [gentoo-user] Kernel make trouble by Benyamin Dvoskin
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On 30.01.2012 22:41, Benyamin Dvoskin wrote:
5 > Hi,
6 >
7 > I'm having trouble compiling my kernel (actually haven't done that
8 > in a while..)
9 >
10 > after i run make, i get this error:
11 >
12 > "kernel/bounds.c:1:0: error: CPU you selected does not support
13 > x86-64 instruction set"
14 >
15 > could someone please help ?
16 >
17 > what info should i post ? (don't wanna post all the .config unless
18 > its needed)
19 >
20 How did you configure the new kernel?
21
22 Try:
23
24 cd /usr/src/<kernel-dir>
25 zcat /proc/config.gz > .config
26 make oldconfig
27 <you'll most likely have to answer some questions, enter is default>
28 optional: review config via make menuconfig
29
30 make
31 -----BEGIN PGP SIGNATURE-----
32 Version: GnuPG v2.0.18 (GNU/Linux)
33 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
34
35 iQEcBAEBAgAGBQJPJw/dAAoJEJwwOFaNFkYcKekIAMMhqAzHH3U3srAJB7wwIVAc
36 SsydQGe7Z4zrpM1W61ni6s4AGvIRvjFKWtt6+vzGAmOTGH1t+igLZmF/vDWPuTbP
37 LxLm444JFG32iNIz2yl2A6L7kJysHTSS1DecWVdOAIx2h6n42e9GOlc3RbWpJPSB
38 LoFco1D9GLrEt+0ZtlHBO0+4TrHgxmGty6k4rn5eXouZQnh4XykEuBpKIYBI52bA
39 6UiGZq2DvZl08+XPbQ5T0hyVdiGz4loGWgUvEpKweaqphVT+0Jz0z8x3uvmEmNK0
40 ILGbfrqFxSSG/4lHaRCSzbpm2FtrUQFcPi9Eb4YnCIGFJjANR3wnw29WEZx46zw=
41 =IW+U
42 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-user] Kernel make trouble Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>