View Single Post
Old 05-18-2016, 11:57 AM   #2
samjam
Junior Member
 
Join Date: May 2016
Posts: 22
Default

it looks like the build system you have is not the one used to build your kernel.

Find what kernel package you have, and then try running:

apt-get update
apt-get upgrade
apt-get build-dep linux-image-3.19.0-59-generic # <-- (fix for your kernel version)

and then try again.
samjam is offline   Reply With Quote