MrEngman wrote:I'm having real problems trying to compile 3.10.18+. When trying to compile I am getting a weird error but don't know why or how to fix it. Error is:-
Code: Select all
. . .
BC kernel/timeconst.h
/bin/sh: 1: bc: not found
make[1]: *** [kernel/timeconst.h] Error 127
make: *** [kernel] Error 2
. . .
Minor update, I could not find a binary "bc" but the source kit loaded and built running code with warnings. I used:
Code: Select all
mkdir /usr/src/bc/
cd /usr/src/bc/
cat /etc/apt/source.list
#
deb-src http://ftp.us.debian.org/debian stable main contrib non-free rpi
#
apt-get source bc
./configure
. . .
make
. . .
make install
I am a little surprised by the Debian comment . . . "bc" eliminated a 'perl' utility . . . yet introduced a whole new 'language.' Regardless, the build is working.
Bob Wilson