So I am trying to make an old kernel on the newest Unbuntu. Set up build essentials libncurses5-dev bzip2 cant get kernel-package says its unavailable? Haven't found an alternate source. Ive gotten all the sources an set up Unbuntu im following this guide: https://forum.xda-developers.com/t/ultimate-guide-noob-friendly-compile-your-own-android-kernel-from-source.2871276/ When I export export CROSS_COMPILE=~/android/kernel/arm-eabi-4.4.3/bin/arm-eabi- No problem when I can set up my defconfig I can do that and I can enter menuconfig, but when I go to compile I get
make: /home/c/android/kernel/arm-eabi-4.4.3/bin/arm-eabi-gcc: No such file or directory
/home/c/kernel/scripts/gcc-version.sh: line 25: /home/c/android/kernel/arm-eabi-4.4.3/bin/arm-eabi-gcc: No such file or directory
/home/c/kernel/scripts/gcc-version.sh: line 26: /home/c/android/kernel/arm-eabi-4.4.3/bin/arm-eabi-gcc: No such file or directory
Im using this kernel source https://github.com/DooMLoRD/Xperia-2011-Kernel-2.6.32.9/tree/master/kernel
Is there something I need to modify in the source to get it to find the toolchain? I've copy pasted the location of the toolchain when I export to make sure there is no error so that cant be the issue. Then I copy pasted the path from the error and ls and its definitely there. So I'm very confused.