This service is available only in Japanese-language.

bitbakeエラーについて

bitbake core-image-weston実行時、以下のエラーが発生します。
原因として何が考えられるでしょうか?

Build Configuration:
BB_VERSION = "1.28.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "ボード名"
DISTRO = "poky"
DISTRO_VERSION = "2.0.1"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa7"
TARGET_FPU = "vfp-neon"
meta
meta-yocto
meta-yocto-bsp
meta-rzg1
meta-oe
meta-multimedia
meta-ruby
meta-linaro-toolchain
meta-qt5
common
qt-framework
qt-hmi-demo
meta-ボード名 = "<unknown>:<unknown>"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
・・・
NOTE: recipe cinematicexperience-1.0-r0: task do_configure: Started
ERROR: Worker process (31605) exited unexpectedly (-9), shutting down...
ERROR: Worker process (31605) exited unexpectedly (-9), shutting down...
ERROR: Worker process (31605) exited unexpectedly (-9), shutting down...
NOTE: Sending SIGTERM to remaining 1 tasks
NOTE: Sending SIGTERM to remaining 1 tasks
NOTE: Sending SIGTERM to remaining 1 tasks
NOTE: Tasks Summary: Attempted 3224 tasks of which 3220 didn't need to be rerun and all succeeded.

コンソールに表示されるlogは簡易表示となっており、これだけでは原因の特定は困難です。

エラーの発生したレシピのbuildディレクトリのtemp/ 以下に各タスクの詳細ログ情報が保存されており、
記載されている情報が問題解決に役立つ場合が多いです。

memory不足のため、local.confのBB_NUMBER_THREADSを減らすことで対処できました。

ただし、別途、qtwebkitレシピのビルド中にundefined reference to `.LANCHORxxx'のエラーが多発しました。
どのような原因が考えられますでしょうか?

以下抜粋。
SVGAllInOne.cpp:(.text._ZN7WebCore16SVGStyledElement32cssPropertyIdForSVGAttributeNameERKNS_13QualifiedNameE.part.1549+0x6cc): undefined reference to `.LANCHOR970'
SVGAllInOne.cpp:(.text._ZN7WebCore16SVGStyledElement32cssPropertyIdForSVGAttributeNameERKNS_13QualifiedNameE.part.1549+0x6d4): undefined reference to `.LANCHOR970'
SVGAllInOne.cpp:(.text._ZN7WebCore16SVGStyledElement32cssPropertyIdForSVGAttributeNameERKNS_13QualifiedNameE.part.1549+0x6dc): undefined reference to `.LANCHOR970'
SVGAllInOne.cpp:(.text._ZN7WebCore16SVGStyledElement32cssPropertyIdForSVGAttributeNameERKNS_13QualifiedNameE.part.1549+0x6e4): undefined reference to `.LANCHOR970'
SVGAllInOne.cpp:(.text._ZN7WebCore16SVGStyledElement32cssPropertyIdForSVGAttributeNameERKNS_13QualifiedNameE.part.1549+0x6ec): undefined reference to `.LANCHOR970'
/CIP3/build/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/qtwebkit/gitAUTOINC+b35917bcb4-r0/build/Source/WebCore//.obj/svg/SVGAllInOne.o:SVGAllInOne.cpp:(.text._ZN7WebCore16SVGStyledElement32cssPropertyIdForSVGAttributeNameERKNS_13QualifiedNameE.part.1549+0x6f4): more undefined references to `.LANCHOR970' follow
collect2: error: ld returned 1 exit status
make[2]: *** [../lib/libQt5WebKit.so.5.6.2] Error 1
make[2]: Leaving directory `CIP3/build/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/qtwebkit/gitAUTOINC+b35917bcb4-r0/build/Source'
make[1]: *** [sub-api-pri-make_first-ordered] Error 2
make[1]: Leaving directory `CIP3/build/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/qtwebkit/gitAUTOINC+b35917bcb4-r0/build/Source'
make: *** [sub-Source-QtWebKit-pro-make_first-ordered] Error 2
ERROR: oe_runmake failed
ERROR: Function failed: do_compile (log file is located at /CIP3/build/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/qtwebkit/gitAUTOINC+b35917bcb4-r0/temp/log.do_compile.2334)