Firstly thank you very much for taking the time to reply.
and it failed to compile. I also tried building pixel2 kernel (unsure if that would on avd emulator) located at your repo on git. I've attached an image of my avds.
if I were to run cuttlefish that would be really awesome as I want to extract RAM dumps using LiME and that would provide with more forensically sound results.
Thanks again for your reply Mr. Nathan I was surprised that such a senior dev would take the time to write back.
Latest Attempt 1:
Kernel: wahoo-android-msm-wahoo-4.4
toolchain: gcc-linaro-7.5.0-2019.12-i686_aarch64-linux-gnu
comamnds:
export CROSS_COMPILE = /path to tool chain/
make clean
make mrproper
make wahoo_deconfig
make menuconfig (to enable LKM)
-j12 (fails to build an image, gives no error)
Latest Attempt 2:
toolchain: gcc-linaro-7.5.0-2019.12-i686_aarch64-linux-gnu
comamnds:
export CROSS_COMPILE = /path to tool chain/
make clean
make mrproper
make wahoo_deconfig
make menuconfig (to enable LKM)
-j12
compiles fine but when i run on emulator it gives error ( qemu: linux kernel too old to load a ram disk )