[oe] busy box failed

Mr. Suhas Ghosh suhas7860 at rediffmail.com
Wed Feb 14 05:21:34 UTC 2007


Hi
I am trying to make a simple kernel for ARM926EJ-S using 
OEM..I used simpad machine name and generic distro.
I have already got success to create bootstrap image using this configuration in my i386 32 bits laptop.When I treied to run same conf in my this X86_64 I got this following error
I used:-
monotone-0.31-2.fc5 in X86_64 but in my i386 32 bit laptop I uesed 0.32 version.
Here is my machine configuration(simpad.conf)
-----------------------------------------------
MACHINE_KERNEL_VERSION ?= "2.4"
require conf/machine/include/simpad-${MACHINE_KERNEL_VERSION}.conf

TARGET_ARCH = "arm"
BOOTSTRAP_EXTRA_RDEPENDS += "kernel"
#This is needed for the ramdisk script to work
BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"
SERIAL_CONSOLE = "ttySA0 115200 vt100"
USE_DEVFS = "1"
USE_VT = "0"
require conf/machine/include/tune-strongarm.conf
-------------------------------------------------- 
I give the command
[suhas at l5ac197 build]$ bitbake -D bootstrap-image
After long time I got the following error
make[1]: Entering directory `/home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/busybox-1.2.1'
  HOSTLINK scripts/bb_mkdep
  GEN .depend
  LINK busybox_unstripped
/home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/busybox-1.2.1/coreutils/df.c: In function ‘df_main’:
/home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/busybox-1.2.1/coreutils/df.c:119: warning: passing argument 1 of ‘find_block_device’ discards qualifiers from pointer target type
/home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/busybox-1.2.1/networking/udhcp/dhcpc.c: In function ‘udhcpc_main’:
/home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/busybox-1.2.1/networking/udhcp/dhcpc.c:180: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
arm-linux-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [busybox_unstripped] Error 1
make[1]: Leaving directory `/home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/busybox-1.2.1'
make: *** [_all] Error 2
+ die 'oe_runmake failed'
+ oefatal 'oe_runmake failed'
+ echo FATAL: 'oe_runmake failed'
FATAL: oe_runmake failed
+ exit 1
ERROR: function do_compile failed
ERROR: see log in /home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/temp/log.do_compile.18686
NOTE: Task failed: /home/suhas/openembed/build/tmp/work/arm-linux/busybox-1.2.1-r11/temp/log.do_compile.18686
NOTE: package busybox-1.2.1-r11: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package busybox-1.2.1: failed
ERROR: Build of bootstrap-image failed.
So please help me what to do now.
            Thanks in advance
               Suhas



More information about the Openembedded-devel mailing list