android/configs/android-base.cfg android/configs/android-recommended.cfg https://github.com/jide-opensource/remixos-kernel/tree/jide_x86_lollipop/android/configsARCH=x86_64 scripts/kconfig/merge_config.sh <path_to>/<device>_defconfig android/configs/android-base.cfg android/configs/android-recommended.cfg However i get allot messages "not in final .config" and the entries in .config are not changed. I wonder if i need, ARCH=android-x86_64becuase there seems to be a custom android-x86_64_defconfig
Any one can help me out on this? Kernel Source: https://github.com/jide-opensource/remixos-kernel
ifeq ($(ARCH),x86)
ifeq ($(shell uname -m),x86_64)
KBUILD_DEFCONFIG := x86_64_defconfig
else
KBUILD_DEFCONFIG := i386_defconfig
endif
else
KBUILD_DEFCONFIG := $(ARCH)_defconfig
endif
Just fyi I haven't looked for the module packer script, if you see it.
Does typing 'exit' do anything?
:) i managed it, I think the config file was wrong because i discovered it was using defaults from the current running kernel.
make isoimage ARCH=x86_64arch/x86/kernel/SSEPlus_float_REF.c:1:0: error: -mpreferred-stack-boundary=3 is not between 4 and 12