Tool/software: Linux
Hello all.
I see Qt5.9.7 in the PROCESSOR-SDK-LINUX-AM335X 05_02_00_10(software-dl.ti.com/.../index_FDS.html).
What is the compile configuration? And qmake.conf?
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.
Tool/software: Linux
Hello all.
I see Qt5.9.7 in the PROCESSOR-SDK-LINUX-AM335X 05_02_00_10(software-dl.ti.com/.../index_FDS.html).
What is the compile configuration? And qmake.conf?
Hello,
Please follow the below guide:
software-dl.ti.com/.../Overview_Building_the_SDK.html
You could build qtwebengine by using this command:
MACHINE=am335x-evm bitbake qtwebengine instead of MACHINE=<target-board> bitbake arago-core-tisdk-image
Keep in mind that qtwebengine requires a lot of memory and if you do not have enough you must increase your SWAP.
Hope this helps.
BR
Margarita