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