So I wanted to flash a custom B2G build to the Keon, so I did:

./config.sh keon
./build.sh

And then I got:

make -C kernel O=../out/target/product/keon/obj/KERNEL_OBJ ARCH=arm 
CROSS_COMPILE=arm-eabi- headers_install
  CHK     include/linux/version.h
  INSTALL include/linux/netfilter (69 files)
  INSTALL include/linux/netfilter_ipv4 (14 files)
  INSTALL include/linux/netfilter_ipv6 (11 files)
make -C kernel O=../out/target/product/keon/obj/KERNEL_OBJ ARCH=arm 
CROSS_COMPILE=arm-eabi-
  GEN     
/Users/janjongboom/repos/B2G/out/target/product/keon/obj/KERNEL_OBJ/Makefile
scripts/kconfig/conf --silentoldconfig Kconfig
warning: (ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which 
has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which 
has unmet direct dependencies (HAVE_HW_BREAKPOINT)
include/config/auto.conf: line 473: KERNEL_LOCAL_VERSION: command not found
  Using /Users/janjongboom/repos/B2G/kernel as source for kernel
  GEN     
/Users/janjongboom/repos/B2G/out/target/product/keon/obj/KERNEL_OBJ/Makefile
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[3]: `include/generated/mach-types.h' is up to date.
  CC      kernel/bounds.s
  GEN     include/generated/bounds.h
  CC      arch/arm/kernel/asm-offsets.s
  GEN     include/generated/asm-offsets.h
  CALL    /Users/janjongboom/repos/B2G/kernel/scripts/checksyscalls.sh
  HOSTCC  scripts/mod/mk_elfconfig
/Users/janjongboom/repos/B2G/kernel/scripts/mod/mk_elfconfig.c:4:17: error: 
elf.h: No such file or directory

Am I missing some stuff here?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to