Comment 52 for bug 1160188

Revision history for this message
Diego Carrera Gallego (diegocarrera2000) wrote :

@Gerry, Im not sure, but I seem to be missing some packages before compiling the kernel
And make sure that the git clone has been finished correctly

# see https://help.ubuntu.com/community/Kernel/Compile
# These are some package requerimentes before compile
sudo apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge
sudo apt-get build-dep linux
sudo apt-get install git-core libncurses5 libncurses5-dev libelf-dev asciidoc binutils-dev

I hope that it could help you.