Imx6 cross compile toolchain through yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Imx6 cross compile toolchain through yocto

跳至解决方案
3,341 次查看
Rohit_B
Contributor I

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 

0 项奖励
回复
1 解答
3,332 次查看
Yuri
NXP Employee
NXP Employee

@Rohit_B 
Hello,

  the following may be helpful

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-build-U-Boot-Kernel-and-Linux-app...

 In particular it is needed to check what Linux libs are needed to run an application / compiler

  Regards,
Yuri.

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
3,330 次查看
Rohit_B
Contributor I

@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

 

 

 

 

0 项奖励
回复
3,320 次查看
Yuri
NXP Employee
NXP Employee

@Rohit_B 
Hello,

  please try  command ldd with You cross tool to check if all the needed libs are present.

 

Regards,
Yuri.

0 项奖励
回复
3,333 次查看
Yuri
NXP Employee
NXP Employee

@Rohit_B 
Hello,

  the following may be helpful

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-build-U-Boot-Kernel-and-Linux-app...

 In particular it is needed to check what Linux libs are needed to run an application / compiler

  Regards,
Yuri.

 

0 项奖励
回复