Other Parts Discussed in Thread: TDA4VM
Tool/software:
Hello,
We are creating Qt applications on J784s4 EVM with SDK 11. We need to run Qt compilers, including qmake, rcc, moc, to create proper files for resources, UI, and test code. I started with the Qt examples from the SDK 11 (e.g. widgets - animation), and the build failed because it cannot find the Qt tools.
Here is the steps we performed:
1. source the environment-setup file in SDK - the environment set with cross compiler and sysroot directory
2. run qmake to generate makefile - failed as it cannot find qmake command
I did a search in the SDK package (sudo find sysroot -name qmake -print) for SDK 11, and it returned empty. The issue appears for both prebuild SDK package (under linux-devkit) and our own yocto build SDK ( meta-toochain-arago-tisdk). Looking at the manifest file, qtbase-dev is listed in the target, and not in the host manifest. But the commands are not on the target either. I have also looked at the nativesdk ipk files (suppose to be installed on host), and cannot find corresponding ipk.
As a comparison, I tried SDK 09.02. The qmake, rcc, and moc exist in SDK9, under x86_64-arago-linux/usr/bin
Could some please advise how to have those Qt commands included in the SDK 11?
Thanks.
- shige