I am trying to build a new kernel for RaspberryPi model B+ with this configuration:
Build Configuration: BB_VERSION = "1.24.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Debian-GNU-Linux-7" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "raspberrypi" DISTRO = "poky" DISTRO_VERSION = "1.7.1" TUNE_FEATURES = "arm armv6 vfp" TARGET_FPU = "vfp" meta meta-yocto meta-yocto-bsp = "dizzy-dev:82c843842854c7e2e87bf7762c3f9e83b3e2bf1b" meta-raspberrypi = "dizzy-dev:efd760d0a2c027fe20ed190c56f416d0a47d7c41" The make gets killed, then waiting for unfinished jobs... . /bin/bash /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit build/genautomata /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/config/arm/arm.md \ insn-conditions.md > tmp-automata.c /bin/bash: line 1: 16677 Killed build/genautomata /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/config/arm/arm.md insn-conditions.md > tmp-automata.c make[1]: *** [s-automata] Error 137 make[1]: *** Waiting for unfinished jobs.... /bin/bash /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c /bin/bash /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/../move-if-change tmp-dfatab.c insn-dfatab.c /bin/bash /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1/gcc/../move-if-change tmp-latencytab.c insn-latencytab.c echo timestamp > s-attrtab rm gcc.pod make[1]: Leaving directory `/mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work/x86_64-poky-linux-gnueabi/gcc-cross-arm/4.9.1-r0/gcc-4.9.1/build.x86_64-linux.arm-poky-linux-gnueabi/gcc' make: *** [all-gcc] Error 2 ERROR: oe_runmake failed WARNING: exit code 1 from a shell command. ERROR: Function failed: do_compile (log file is located at /mnt/sdb1/projects/yocto/build/raspberrypi-3.18/tmp/work/x86_64-poky-linux-gnueabi/gcc-cross-arm/4.9.1-r0/temp/log.do_compile.15332) Any clue ? -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
