Add qtwebengine to Yocto Zeus

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Add qtwebengine to Yocto Zeus

502 Views
Poornesh7
Contributor II

Greetings !

I have built the Yocto source for i.MX6UL (DISTRO : fsl-imx-fb) and now I am trying to add "qtwebengine" to yocto source but I am getting the following attached do_compile error. Any suggestions on this is highly appreciated .

Error log :

-------------------------------------------------------------------------------------------------------

| FAILED: v8_snapshot/obj/v8/torque_base/torque_base_jumbo_3.o
| /home/user/Mindteck_work/civco/yocto_src/imx-yocto-bsp_xwayland/build/tmp/hosttools/g++ -MMD -MF v8_snapshot/obj/v8/torque_base/torque_base_jumbo_3.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DV8_INTL_SUPPORT -DV8_CONCURRENT_MARKING -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_EMBEDDED_BUILTINS -DV8_SHARED_RO_HEAP -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH -DV8_DEPRECATION_WARNINGS -DV8_TARGET_ARCH_ARM -DCAN_USE_ARMV7_INSTRUCTIONS -DCAN_USE_VFP3_INSTRUCTIONS -DCAN_USE_VFP32DREGS -DCAN_USE_NEON -DUSE_EABI_HARDFLOAT=1 -DV8_HAVE_TARGET_OS -DV8_TARGET_OS_LINUX -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DV8_DEPRECATION_WARNINGS -I. -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/v8 -Iv8_snapshot/gen/v8 -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -fno-omit-frame-pointer -g1 -fvisibility=hidden -Wno-strict-overflow -Wno-return-type -O3 -fno-ident -fdata-sections -ffunction-sections -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fvisibility-inlines-hidden -fexceptions -frtti -c v8_snapshot/gen/v8/torque_base_jumbo_3.cc -o v8_snapshot/obj/v8/torque_base/torque_base_jumbo_3.o
| In file included from ../../../../git/src/3rdparty/chromium/v8/src/torque/source-positions.h:8,
| from ./../../../../git/src/3rdparty/chromium/v8/src/torque/source-positions.cc:5,
| from v8_snapshot/gen/v8/torque_base_jumbo_3.cc:5:
| /usr/include/c++/9/iostream:38:10: fatal error: bits/c++config.h: No such file or directory
| 38 | #include <bits/c++config.h>
| | ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| [9573/17043] CC host/obj/base/third_party/libevent/bundled_libevent/evdns.o
| [9574/17043] CXX host/obj/base/base/base_jumbo_27.o
| [9575/17043] CXX obj/v8/src/inspector/inspector/inspector_jumbo_2.o
| [9576/17043] CXX obj/v8/src/inspector/inspector/inspector_jumbo_5.o
| [9577/17043] CXX obj/v8/src/inspector/inspector/inspector_jumbo_3.o
| [9578/17043] CXX obj/v8/src/inspector/inspector/inspector_jumbo_4.o
| [9579/17043] CXX obj/v8/src/inspector/inspector/inspector_jumbo_1.o
| ninja: build stopped: subcommand failed.
| make[3]: *** [Makefile.gn_run:359: run_ninja] Error 1
| make[3]: Leaving directory '/home/user/Mindteck_work/civco/yocto_src/imx-yocto-bsp_xwayland/build/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/qtwebengine/5.14.99+5.15-beta3+gitAUTOINC+6b62dfe724_9424dc7cee-r0/build/src/core'
| make[2]: *** [Makefile:82: sub-gn_run-pro-make_first] Error 2
| make[2]: Leaving directory '/home/user/Mindteck_work/civco/yocto_src/imx-yocto-bsp_xwayland/build/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/qtwebengine/5.14.99+5.15-beta3+gitAUTOINC+6b62dfe724_9424dc7cee-r0/build/src/core'
| make[1]: *** [Makefile:79: sub-core-make_first] Error 2
| make[1]: Leaving directory '/home/user/Mindteck_work/civco/yocto_src/imx-yocto-bsp_xwayland/build/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/qtwebengine/5.14.99+5.15-beta3+gitAUTOINC+6b62dfe724_9424dc7cee-r0/build/src'
| make: *** [Makefile:49: sub-src-make_first] Error 2
| WARNING: exit code 1 from a shell command.
-----------------------------------------------------------------------------------------------

 

Thanks in Advance

0 Kudos
2 Replies

496 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Poormesh7,

meta-chromium layer in the bblayers.conf, the chromium may may not work properly.

The R&D team is handling this issue.I will update this case if they give any reply/patch.

The workaround is Comment out the meta-chromium layer in the bblayers.conf. 

Regards

 

0 Kudos

494 Views
Poornesh7
Contributor II

Sure , Thanks for your reply !

0 Kudos