I want to compile qt application for imx6 on Ubuntu 64 bit architecture.
I have created yocto toolchain for compiling qt source code.
when I load qmake file in qtcreator it shows qmake is not executable.
when i check with command file qmake:
qt5/qmake: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=a8d35a7ec22c1c368ba4b9906dc9cd880f146834, stripped
can you please guide me
解決済! 解決策の投稿を見る。
@Rohit_B
Hello,
the following may be helpful
In particular it is needed to check what Linux libs are needed to run an application / compiler
Regards,
Yuri.
Hello,
Thank You for your reply.
I am following the same way for Rev. L4.9.11_1.0.0-ga+mx8-alpha .
For this Revision I have created Tool-chain SDK with Yocto .
But For Qt ,SDK is not generating binary for X86 Architecture in fsl-imx-x11/4.9.88-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin
Your suugestions are welcome
Regards
Rohit
@Rohit_B
Hello,
please try command ldd with You cross tool to check if all the needed libs are present.
Regards,
Yuri.
@Rohit_B
Hello,
the following may be helpful
In particular it is needed to check what Linux libs are needed to run an application / compiler
Regards,
Yuri.