Trying to build kernel using instructions outlined in:
https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel
After running the lines:
fakeroot debian/rules clean
fakeroot debian/rules editconfigs
I get this:
This ran fine in 17.10 after installing ncurses
libraries.
However the editconfigs option appears to have disappeared.
What do I do now apart from twiddle my thumbs?
It seems as if in 18.04 you need to run:
Instead of:
This should fix your problem.
Use
apt-get install linux-source
Also method of kernel compilation has changed
Use installation guide for 18.04 LTS section 8.6
Spent two days compiling the kernel for Ubuntu 18.04.3 LTS.
Followed advices from help.ubuntu.com, tried the old way (with fakeroot command) - nothing helped.
And finally I found a working solution: