How can i compile Qt project to iMX6 (Yocto) and Linux from Windows host?
-
Hi,
I am working on Windows10 with Qt. I need to run my projects on other devices (iMX6-Yocto and RaspberryPi-Linux) but i do not know how to cross compile projects to other platforms from Windows10.
Can anyone help me? or if there is an documentation about this., just comment below.Thanks.
-
Hi,
I am working on Windows10 with Qt. I need to run my projects on other devices (iMX6-Yocto and RaspberryPi-Linux) but i do not know how to cross compile projects to other platforms from Windows10.
Can anyone help me? or if there is an documentation about this., just comment below.Thanks.
@furkancanby said in How can i compile Qt project to iMX6 (Yocto) and Linux from Windows host?:
how to cross compile projects to other platforms from Windows10.
You may want to use a virtual machine (VM) so to have a Linux guest OS where you'll find setting up and working with cross-compiling environment/tools easier than on Windows OS...
-
So, can you explain the instructions if you know in linux.
-
So, can you explain the instructions if you know in linux.
@furkancanby Internet search could be your friend with this topic...
For Raspberry Pi devices you can try these guides:
For iMX6 devices, since you didn't describe yours you may want to check this guide as a starting point...