Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Kernel upgrade
Date: Tue, 15 Feb 2011 00:45:41
Message-Id: ijci7a$jmf$1@dough.gmane.org
In Reply to: [gentoo-user] Kernel upgrade by Fzinc
1 On 02/14/2011 04:03 PM, Fzinc wrote:
2 > Hi.
3 >
4 > Im trying to upgrade the kernel from 2.6.35-gentoo-r12 to linux-2.6.36-gentoo-r5 just copied the .config from the old one and did a make oldconfig as i usually do
5 > but when i tried to compile it got this message:
6 >
7 > ----------------------------------------------------------
8 >
9 > localhost linux # make && make modules_install
10 > scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig
11 > /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 25: Ygcc: command not found
12
13 That's a strange error. That script is supposed to produce a 4-digit number:
14
15 # sh /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh gcc-4.5.2
16 0405
17
18 What do you see if you give it the gcc-4.x.x that you are using?
19
20 Did you use gcc-config to change the active version of gcc, maybe?

Replies

Subject Author
Re: [gentoo-user] Re: Kernel upgrade Mike Edenfield <kutulu@××××××.org>