Thanks a lot.. It installed QtWebEngine(including QtWebEngineCore and QTWebEngineWidgets) on the target. Had to install additional packages lib32ncurses5 lib32z1 linux-libc-dev:i386 on Ubuntu host.
Looks like issue with configure line where -no-gcc-sysroot had been mentioned before. So final configure line looks like below: ./configure -v -opensource -confirm-license -make libs -release -shared -sysroot /home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi -device arm-linux-gnueabihf-g++ -device-option CROSS_COMPILE=/home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- -reduce-exports -optimize-size -no-gtk -no-use-gold-linker -qt-libjpeg -qt-zlib -qt-libpng -sql-sqlite -no-xcb -no-cups -no-opengl -no-qml-debug -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d -skip qtcharts -skip qtconnectivity -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtnetworkauth -skip qtlocation -skip qtmacextras -skip qtpurchasing -skip qtmultimedia -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qttools -skip qtwayland -skip qtwebsockets -skip qtwebview -skip qtwebchannel -skip qtwinextras -skip qtandroidextras -skip qtx11extras -skip qtxmlpatterns -nomake tools -nomake tests -nomake examples -no-compile-examples -no-iconv -dbus -fontconfig -system-freetype -ssl -qt-pcre -no-pch -recheck-all -DQT_ARCH_ARM A quick couple of questions: Can anyone let me know if the dependent skia graphics library is also built along with QtWebengine(including QtWebEngineCore and QtWebengineWidgets) sources? Since there is no opengl es2 on target, Can we make use of QtWebengine widgets to render html content without opengl( As https://doc.qt.io/qt-5/qtwebengine-overview.html mentions the Qt WebEngine Widgets module uses the Qt Quick scene graph to compose the elements of a web page into one view) or is it mandatory to have opengl to use QtWebEngine module as I need to port from QtWebkitwidgets to QtWebengineWidgets to setHtml? Best Regards, Ramakanth On Mon, May 4, 2020 at 9:24 PM Ramakanth Kesireddy <rama.k...@gmail.com> wrote: > sudo apt-get install gcc-multilib > sudo apt-get install g++-multilib lib32stdc++6-5-dbg libx32stdc++6-5-dbg > > In the page https://github.com/meta-qt5/meta-qt5, it mentions to install > lib32-gcc-libs > lib32-glibc for building v8 snapshot? > Do we need to install them if yocto meta-qt5 recipes pick sources from the > same official Qt https://download.qt.io/archive/qt/5.12/5.12.8/single/ > > Also in the TI sdk provided and tool chain, do we need to set the > PKG_CONFIG_PATH as the default installation(Qt 5.9) is successful along > with libs in cross-compiler path > though sysroot is being passed to the configure line? > > Best Regards, > Ramakanth > > > On Mon, May 4, 2020 at 8:06 PM Thiago Macieira <thiago.macie...@intel.com> > wrote: > >> On Monday, 4 May 2020 00:22:40 PDT Ramakanth Kesireddy wrote: >> > /usr/libx32/crti.o >> > /usr/lib32/crti.o >> > /usr/lib/x86_64-linux-gnu/crti.o >> >> How did you instal the first two? Their paths look very different from >> the >> last one. >> >> -- >> Thiago Macieira - thiago.macieira (AT) intel.com >> Software Architect - Intel System Software Products >> >> >> >> _______________________________________________ >> Interest mailing list >> Interest@qt-project.org >> https://lists.qt-project.org/listinfo/interest >> >
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest