This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

fail to build arago-base-image for AM335x-evm

Hello,

I have followed the instruct to set up the building enviornment based on am335x linux_SDK_05.06.00.00.

there are following errors , can you help figure out what is wrong with that?


[linux-devkit]:~/jason/ti/arago-projects> MACHINE=am335x-evm bitbake arago-base-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Handling BitBake files: / (7722/7722) [100 %]
Parsing of 7722 .bb files complete (7256 cached, 466 parsed). 7916 targets, 454 skipped, 585 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.10.2"
METADATA_BRANCH   = "master"
METADATA_REVISION = "9e4a18d"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "am335x-evm"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2011.09"
TARGET_FPU        = "hard"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 784 of 1267 (ID: 229, /home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb, do_compile)
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb do_compile failed
NOTE: package sysvinit-2.86-r66-arago2: task do_compile: Started
ERROR: Task 229 (/home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb, do_compile) failed with exit code 1
ERROR: '/home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb' failed
ERROR: Function do_compile failed
NOTE: Task failed: ('function do_compile failed', '/home/user/jason/ti/arago-projects/arago-tmp/work/am335x-evm-arago-linux-gnueabi/sysvinit-2.86-r66-arago2/temp/log.do_compile.15999')
ERROR: Logfile of failure stored in: /home/user/jason/ti/arago-projects/arago-tmp/work/am335x-evm-arago-linux-gnueabi/sysvinit-2.86-r66-arago2/temp/log.do_compile.15999
Log data follows:
| NOTE: make -e MAKEFLAGS= INSTALL=install bindir=/bin sbindir=/sbin usrbindir=/usr/bin usrsbindir=/usr/sbin includedir=/usr/include mandir=/usr/share/man DISTRO=
| arm-arago-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/home/user/jason/ti/arago-projects/arago-tmp/sysroots/armv7a-arago-linux-gnueabi -D_GNU_SOURCE  -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb2   -c -o bootlogd.o bootlogd.c
| bootlogd.c: In function 'consolename':
| bootlogd.c:233:15: error: 'ENOIOCTLCMD' undeclared (first use in this function)
| bootlogd.c:233:15: note: each undeclared identifier is reported only once for each function it appears in
| make: *** [bootlogd.o] Error 1
| FATAL: oe_runmake failed
| ERROR: Function do_compile failed
NOTE: package sysvinit-2.86-r66-arago2: task do_compile: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb do_compile failed
ERROR: Task 229 (/home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb, do_compile) failed with exit code 1
ERROR: '/home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb' failed
ERROR: '/home/user/jason/ti/arago-projects/arago-oe-dev/recipes/sysvinit/sysvinit_2.86.bb' failed

Cheers,