hi,
i have a build system for imx6qp sabre ai board. (built image using bitbake fsl-image-qt5 command).
and installed the cross compiler tool-chain on the system using "bitbake meta-tootlchain" command
and "bitbake meta-toolchain-qt5"
and the target source located at :/opt/nxp-imx-genivi-wayland/4.1.15-1.1.0/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi and the folders.
now i have hmi application in HMI_APP folder .
after entering HMI_APP folder i am sourcing the target as.
source /opt/nxp-imx-genivi-wayland/4.1.15-1.1.0/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi.
which will set my target environment.
which qmake .
gives : /opt/nxp-imx-genivi-wayland/4.1.15-1.1.0/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/bin/qt5/qmake.
but when i try to build the application using ./Build cb hmi command which is build command. its unable build.
i.e unable to create Make file supposed to be created using the files.
and i could not run the qmake also in my ubuntu system .
uname -a :Linux pase 3.13.0-86-generic #130-Ubuntu SMP Mon Apr 18 18:29:07 UTC 2016 i686 i686 i686 GNU/Linux
Note : qt5 pre -installed in the build system and created tool-chain after.
My question is is that the right way to use qt5 . if not help me with proper procedure to build qt application in cross platform which i have.
help will be appreciated.
Regards,
Lavakumar S