Other Parts Discussed in Thread: AM3354
Hi,
My target is run qtWebBrowser on BeagleBone Black with graphic acceleration.
To compile qtWebBrowser, I'm trying to compile Qt (https://download.qt.io/archive/qt/5.13/5.13.1/) with SDK(ti-processor-sdk-linux-am335x-evm-06.00.00.07-Linux-x86-Install.bin). However, a driver named qtWebEngine.so is not created.
This topic may qt issue, if possible please support.
Build environment is Ubuntu 16.04.1.
"make" command finished without error. But the driver is not created.
Configure before make have some error, so I'm thinking configuration as following is wrong.
./configure -no-gtk -device linux-beagleboard-g++ -device-option CROSS_COMPILE=/home/beaglebone/ti-processor-sdk-linux-am335x-evm-06.00.00.07/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- -sysroot /home/beaglebone/ti-processor-sdk-linux-am335x-evm-06.00.00.07/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi -opensource -confirm-license -release -nomake tests -prefix /usr/lib/qt -nomake examples
log of configure file is attached.
Best Regards,
Takase