Skip to content

Instantly share code, notes, and snippets.

@nhirata
Created April 15, 2015 18:46
Show Gist options
  • Save nhirata/c055702f63046dac92d9 to your computer and use it in GitHub Desktop.
Save nhirata/c055702f63046dac92d9 to your computer and use it in GitHub Desktop.
# configuration written to .config
#
make -C kernel O=../out/target/product/aries/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=arm-eabi- headers_install
CHK include/linux/version.h
make -C kernel O=../out/target/product/aries/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=arm-eabi-
GEN /Volumes/Projects/B2G_Test_Repo/out/target/product/aries/obj/KERNEL_OBJ/Makefile
scripts/kconfig/conf --silentoldconfig Kconfig
Using /Volumes/Projects/B2G_Test_Repo/kernel as source for kernel
GEN /Volumes/Projects/B2G_Test_Repo/out/target/product/aries/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.
CALL /Volumes/Projects/B2G_Test_Repo/kernel/scripts/checksyscalls.sh
CHK include/generated/compile.h
GZIP kernel/config_data.gz
CHK kernel/config_data.h
Kernel: arch/arm/boot/Image is ready
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
expr: syntax error
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
expr: syntax error
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
expr: syntax error
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
expr: syntax error
LZO arch/arm/boot/compressed/piggy.lzo
/bin/sh: lzop: command not found
AS arch/arm/boot/compressed/piggy.lzo.o
/Volumes/Projects/B2G_Test_Repo/kernel/arch/arm/boot/compressed/piggy.lzo.S: Assembler messages:
/Volumes/Projects/B2G_Test_Repo/kernel/arch/arm/boot/compressed/piggy.lzo.S:4: Error: file not found: arch/arm/boot/compressed/piggy.lzo
make[4]: *** [arch/arm/boot/compressed/piggy.lzo.o] Error 1
make[3]: *** [arch/arm/boot/compressed/vmlinux] Error 2
make[2]: *** [zImage-dtb] Error 2
make[1]: *** [sub-make] Error 2
make: *** [out/target/product/aries/obj/KERNEL_OBJ/arch/arm/boot/zImage] Error 2
real 1m35.696s
user 0m37.155s
sys 0m24.431s
> Build failed! <
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment