I am trying to config the default kernel:
$ mkdir ˜/kernelbuild
$ cd ˜/kernelbuild
$ wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux -5.0.5.tar.xz
$ tar -xvJf linux -5.0.5.tar.xz
$ cp /boot/config-$(uname -r) ˜/kernelbuild/.config
$ sudo apt-get install fakeroot ncurses-dev xz-utils bc flex libelf-dev bison
Then
$ make nconfig
and get error
"cannot access 'Makefile': No such file or directory"
Have read this. And I got:
Any suggestion to what I'm gonna do next?
ls
. The Makefile is in there along with all the kernel source. – Useless Sep 12 '21 at 22:26