I've seen mysterious errors with this version of binutils-cross when PARALLEL_MAKE > 1 (in local.conf). What I recommend is to delete your 'tmp' dir, comment out the PARALLEL_MAKE flag, then bitbake gcc. After that completes you can set the PARALLEL_MAKE flag to whatever you want and build the rest of the system.
On Friday 05 September 2008 07:56:10 am Alexey P. wrote: > I am trying to build "angstrom-minimal-image" using guide on > linux4sam.org, but I failed. > I tried on two PCs and virtual machine. > > Here is installed software:Python 2.5.2 > [*] monotone 0.37 (base revision: c21eefc002b8f9c430e9f4cc16c4af7b852f54ec) > [*] Debian `dpkg' package management program version 1.14.16.6ubuntu1 > (i386). [*] patch 2.5.9 > [*] m4 (GNU M4) 1.4.10 > [*] GNU Make 3.81 > [*] ccache version 2.4 > [*] pyton-psyco 1.5.1-3 > [*] perl v5.8.8 built for i486-linux-gnu-thread-multi > [*] diffstat version 1.45 > [*] BitBake Build Tool Core version 1.8.6, bitbake version 1.8.6 > > OS: Ubuntu 8.04, Kernel Linux 2.6.24-16-generic. All available updates > installed. > > On output I have: > =========================================================================== >=================== $ bitbake angstrom-minimal-image > NOTE: Handling BitBake files: \ (4650/4650) [100 %] > NOTE: Parsing finished. 4430 cached, 0 parsed, 220 skipped, 0 masked. > NOTE: build 200809051002: started > > OE Build Configuration: > BB_VERSION = "1.8.6" > OE_REVISION = "aa44d626baaae40ee498aea453176a8aea90d9fc" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "at91sam9263ek" > DISTRO = "angstrom" > DISTRO_VERSION = "at91-20080905" > TARGET_FPU = "soft" > > NOTE: Resolving missing task queue dependencies > NOTE: preferred version 2.5 of glibc not available (for item > virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) > NOTE: Preparing runqueue > .............................................. > 2.17.50.0.5-r1/binutils-2.17.50.0.5/build.i686-linux.arm-angstrom-linux-gnu >eabi/bfd' > > | make[3]: Nothing to be done for `info-am'. > | make[3]: Leaving directory > > `/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.17.50.0.5- >r1/binutils-2.17.50.0.5/build.i686-linux.arm-angstrom-linux-gnueabi/bfd' > > | make[2]: *** [info-recursive] Error 1 > | make[2]: Leaving directory > > `/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.17.50.0.5- >r1/binutils-2.17.50.0.5/build.i686-linux.arm-angstrom-linux-gnueabi/bfd' > > | make[1]: *** [all-bfd] Error 2 > | make[1]: Leaving directory > > `/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.17.50.0.5- >r1/binutils-2.17.50.0.5/build.i686-linux.arm-angstrom-linux-gnueabi' > > | make: *** [all] Error 2 > | FATAL: oe_runmake failed > > NOTE: Task failed: > /stuff/tmp/work/armv5te-angstrom-linux-gnueabi/binutils-cross-2.17.50.0.5-r >1/temp/log.do_compile.9549 NOTE: package binutils-cross-2.17.50.0.5-r1: task > do_compile: failed ERROR: TaskFailed event exception, aborting > NOTE: package binutils-cross-2.17.50.0.5: failed > ERROR: Build of > /stuff/org.openembedded.dev/packages/binutils/binutils-cross_2.17.50.0.5.bb > do_compile failed > ERROR: Task 265 > (/stuff/org.openembedded.dev/packages/binutils/binutils-cross_2.17.50.0.5.b >b, do_compile) failed > NOTE: Tasks Summary: Attempted 119 tasks of which 0 didn't need to be > rerun and 1 failed. > ERROR: > '/stuff/org.openembedded.dev/packages/binutils/binutils-cross_2.17.50.0.5.b >b' failed > =========================================================================== >=================== > > You can view all log at: http://docs.google.com/Doc?id=dfzzvszw_54c5hf64d3 > > I'd try to run: "bitbake -c rebuild binutils-cross", but it has failed too. > Maybe someone know the core of the problem? > > Thanks in advance. _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
