Imx6 cross compile toolchain through yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Imx6 cross compile toolchain through yocto

Jump to solution
3,347 Views
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 Kudos
Reply
1 Solution
3,338 Views
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.

 

View solution in original post

0 Kudos
Reply
3 Replies
3,336 Views
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 Kudos
Reply
3,326 Views
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 Kudos
Reply
3,339 Views
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 Kudos
Reply