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.

Linux/AM3358: Yocto build error

Part Number: AM3358

Tool/software: Linux

Hello TI,

I have AM335x SK board and would like to boot own built newer kernel. I am able to boot latest kernel 4.14 from the latest processor SDK release.

And I would like to build yocto for my project applications, now getting an error while building default TI AM335x processor SDK core rootfs recipe.

Here are the steps I followed as per TI wiki. 

git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
cd tisdk
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-05.00.00.15-config.txt
cd build
. conf/setenv
MACHINE=am335x-evm bitbake arago-core-tisdk-image

linking ../../lib/libQt5WebEngineCore.so.5.9.6
/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release/obj/third_party/WebKit/Source/modules/libblink_modules.a(V8WindowPartial.o):(.data.rel.ro._ZN5blinkL26V8WindowLazyDataAttributesE+0x898): undefined reference to `blink::V8MediaStreamAudioSourceNode::wrapperTypeInfo'
/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release/obj/third_party/WebKit/Source/modules/libblink_modules.a(V8WindowPartial.o):(.data.rel.ro._ZN5blinkL26V8WindowLazyDataAttributesE+0x978): undefined reference to `blink::V8OfflineAudioCompletionEvent::wrapperTypeInfo'
/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release/obj/third_party/WebKit/Source/modules/libblink_modules.a(V8WindowPartial.o):(.data.rel.ro._ZN5blinkL26V8WindowLazyDataAttributesE+0xb78): undefined reference to `blink::V8ScriptProcessorNode::wrapperTypeInfo'
/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release/obj/third_party/WebKit/Source/modules/webaudio/libwebaudio.a(MediaStreamAudioSourceNode.o): In function `blink::MediaStreamAudioSourceNode::wrapperTypeInfo() const':
MediaStreamAudioSourceNode.cpp:(.text._ZNK5blink26MediaStreamAudioSourceNode15wrapperTypeInfoEv[_ZNK5blink26MediaStreamAudioSourceNode15wrapperTypeInfoEv]+0x10): undefined reference to `blink::MediaStreamAudioSourceNode::s_wrapperTypeInfo'
/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release/obj/third_party/WebKit/Source/modules/webaudio/libwebaudio.a(ScriptProcessorNode.o): In function `blink::ScriptProcessorNode::wrapperTypeInfo() const':
ScriptProcessorNode.cpp:(.text._ZNK5blink19ScriptProcessorNode15wrapperTypeInfoEv[_ZNK5blink19ScriptProcessorNode15wrapperTypeInfoEv]+0x10): undefined reference to `blink::ScriptProcessorNode::s_wrapperTypeInfo'
/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release/obj/third_party/WebKit/Source/modules/webaudio/libwebaudio.a(OfflineAudioCompletionEvent.o): In function `blink::OfflineAudioCompletionEvent::wrapperTypeInfo() const':
OfflineAudioCompletionEvent.cpp:(.text._ZNK5blink27OfflineAudioCompletionEvent15wrapperTypeInfoEv[_ZNK5blink27OfflineAudioCompletionEvent15wrapperTypeInfoEv]+0x10): undefined reference to `blink::OfflineAudioCompletionEvent::s_wrapperTypeInfo'
collect2: error: ld returned 1 exit status
Makefile.core_module:74: recipe for target '../../lib/libQt5WebEngineCore.so.5.9.6' failed
make[3]: *** [../../lib/libQt5WebEngineCore.so.5.9.6] Error 1
make[3]: Leaving directory '/home/seeker1808/workdir/AM335x/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
Makefile:122: recipe for target 'sub-core_module-pro-make_first' failed
make[2]: *** [sub-core_module-pro-make_first] Error 2

Attached the build error. Can you please us to solve this issue.

yocto_build_error_log.txt