Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CentOS 6.4, X64 - Upgrade Kernel - make[1]: *** [kernel/timeconst.h] Error 127

Hello,

I want to compile the 3.11 kernel, and I have this error message

/bin/sh: bc : command not found

make[1]: *** [kernel/timeconst.h] Error 127

make: *** [kernel] Error 2

Here's what I did:

yum groupinstall “Development Tools”

yum install ncurses-devel

yum install make

yum update

cd tmp

wget ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-3.11.tar.bz2

tar xvfvJ linux-3.11tar.bc2 -C /usr/src

cd cd /usr/src/linux-3.11/

sh -c 'yes "" | make oldconfig'

make

thank you for your help

Comments

Sign In or Register to comment.