Replicant build fails due to BoardConfig.mk not having TARGET_KERNEL_CONFIG set
Added by Koz Ross over 9 years ago
I was building the Replicant SDK, and got this error message:
external/bluetooth/bluedroid/Android.mk:8: NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration build/core/tasks/kernel.mk:97: ********************************************************** build/core/tasks/kernel.mk:98: * Kernel source found, but no configuration was defined * build/core/tasks/kernel.mk:99: * Please add the TARGET_KERNEL_CONFIG variable to your * build/core/tasks/kernel.mk:100: * BoardConfig.mk file * build/core/tasks/kernel.mk:101: ********************************************************** make: *** No rule to make target 'bacon'. Stop.
The instructions made no mention of this, and I'm a little confused as to why this is happening. Could someone please help?
Replies (1)
RE: Replicant build fails due to BoardConfig.mk not having TARGET_KERNEL_CONFIG set - Added by Paul Kocialkowski over 9 years ago
It looks like the documentation was wrong, the correct target is sdk
, not bacon
. The build instructions in SDKBuild were updated accordingly.