offensive-security / kali-arm-build-scripts

Kali Linux ARM build scripts
874 stars 374 forks source link

Incorrect binaries in the images with kernel sources #112

Open steev opened 6 years ago

steev commented 6 years ago

Due to the way the images are created and cross compiling the kernels, because we run make modules_prepare after the kernel, some of the utilities are x86_64 binaries so they won't run on the devices.

Users need to make clean and then make modules_prepare in /usr/src/kernel

Initially reported at https://bugs.kali.org/view.php?id=4306