On 2024-01-08, Herb Garcia wrote:

> I was able to compile Linux kernel 6.1.X. 
>
> When I tried compiling kernel 6.5.x and ran into issues. 
>
> I download the required dependencies as required per
> https://www.kernel.org/doc/html/v6.7/process/changes.html#changes

To compile 6.5 I do

apt build-dep linux
apt install build-essential libncurses-dev
(last for running menuconfig with ncurses)
make menuconfig
make bindeb-pkg

Reply via email to