About Kernel 4.16 compilation error
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I install Ubuntu 16.04 on my new laptop Lenovo Ideapad 320. In that I try to compile new kernel version 4.16 while doing make menuconfig this error's are shown:
Unable to find the ncurses libraries or the required header files.
'make menuconfig' requires the ncurses libraries.
Install ncurses (ncurses-devel or libncurses-dev
depending on your distribution) and try again.
scripts/kconfig/Makefile:206: recipe for target 'scripts/kconfig/dochecklxdialog' failed
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
Makefile:514: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
After the I search through internet and I found that Ncurses want to install. Then I install that also
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
But result is same that is error..
kernel compiling
add a comment |Â
up vote
0
down vote
favorite
I install Ubuntu 16.04 on my new laptop Lenovo Ideapad 320. In that I try to compile new kernel version 4.16 while doing make menuconfig this error's are shown:
Unable to find the ncurses libraries or the required header files.
'make menuconfig' requires the ncurses libraries.
Install ncurses (ncurses-devel or libncurses-dev
depending on your distribution) and try again.
scripts/kconfig/Makefile:206: recipe for target 'scripts/kconfig/dochecklxdialog' failed
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
Makefile:514: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
After the I search through internet and I found that Ncurses want to install. Then I install that also
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
But result is same that is error..
kernel compiling
Instead of compiling kernel by yourself you can install precomiled mainline kernel (see this link). If you really need to compile your kernel - see wiki.ubuntu.com/Kernel/BuildYourOwnKernel .
â N0rbert
Apr 21 at 17:09
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I install Ubuntu 16.04 on my new laptop Lenovo Ideapad 320. In that I try to compile new kernel version 4.16 while doing make menuconfig this error's are shown:
Unable to find the ncurses libraries or the required header files.
'make menuconfig' requires the ncurses libraries.
Install ncurses (ncurses-devel or libncurses-dev
depending on your distribution) and try again.
scripts/kconfig/Makefile:206: recipe for target 'scripts/kconfig/dochecklxdialog' failed
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
Makefile:514: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
After the I search through internet and I found that Ncurses want to install. Then I install that also
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
But result is same that is error..
kernel compiling
I install Ubuntu 16.04 on my new laptop Lenovo Ideapad 320. In that I try to compile new kernel version 4.16 while doing make menuconfig this error's are shown:
Unable to find the ncurses libraries or the required header files.
'make menuconfig' requires the ncurses libraries.
Install ncurses (ncurses-devel or libncurses-dev
depending on your distribution) and try again.
scripts/kconfig/Makefile:206: recipe for target 'scripts/kconfig/dochecklxdialog' failed
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
Makefile:514: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
After the I search through internet and I found that Ncurses want to install. Then I install that also
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
But result is same that is error..
kernel compiling
edited Apr 21 at 14:41
![](https://i.stack.imgur.com/Q0hM9.jpg?s=32&g=1)
![](https://i.stack.imgur.com/Q0hM9.jpg?s=32&g=1)
Vlad Spirin
3203417
3203417
asked Apr 21 at 13:30
Sriram Dhivakar
41
41
Instead of compiling kernel by yourself you can install precomiled mainline kernel (see this link). If you really need to compile your kernel - see wiki.ubuntu.com/Kernel/BuildYourOwnKernel .
â N0rbert
Apr 21 at 17:09
add a comment |Â
Instead of compiling kernel by yourself you can install precomiled mainline kernel (see this link). If you really need to compile your kernel - see wiki.ubuntu.com/Kernel/BuildYourOwnKernel .
â N0rbert
Apr 21 at 17:09
Instead of compiling kernel by yourself you can install precomiled mainline kernel (see this link). If you really need to compile your kernel - see wiki.ubuntu.com/Kernel/BuildYourOwnKernel .
â N0rbert
Apr 21 at 17:09
Instead of compiling kernel by yourself you can install precomiled mainline kernel (see this link). If you really need to compile your kernel - see wiki.ubuntu.com/Kernel/BuildYourOwnKernel .
â N0rbert
Apr 21 at 17:09
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Thank you for your kind reply Vlad spirin
ya it also works
Then i found the solution for my compilation process
"sudo apt-get install --reinstall bison libbison-dev flex libfl-dev"
if i install the above package it work's fine.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Thank you for your kind reply Vlad spirin
ya it also works
Then i found the solution for my compilation process
"sudo apt-get install --reinstall bison libbison-dev flex libfl-dev"
if i install the above package it work's fine.
add a comment |Â
up vote
0
down vote
Thank you for your kind reply Vlad spirin
ya it also works
Then i found the solution for my compilation process
"sudo apt-get install --reinstall bison libbison-dev flex libfl-dev"
if i install the above package it work's fine.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Thank you for your kind reply Vlad spirin
ya it also works
Then i found the solution for my compilation process
"sudo apt-get install --reinstall bison libbison-dev flex libfl-dev"
if i install the above package it work's fine.
Thank you for your kind reply Vlad spirin
ya it also works
Then i found the solution for my compilation process
"sudo apt-get install --reinstall bison libbison-dev flex libfl-dev"
if i install the above package it work's fine.
answered Apr 22 at 7:31
Sriram Dhivakar
41
41
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026945%2fabout-kernel-4-16-compilation-error%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Instead of compiling kernel by yourself you can install precomiled mainline kernel (see this link). If you really need to compile your kernel - see wiki.ubuntu.com/Kernel/BuildYourOwnKernel .
â N0rbert
Apr 21 at 17:09