cross compiling
-
Hi,
Do you mean that you already cross-compiled your application and you only need to know how to copy it over to your board and launch it ?
-
@Dhananjay said in cross compiling:
i have not cross compiled it yet
So? how is your Qt application gonna run in another platform if you don't provide the proper libraries for such OS...
Not sure if your "i.mx6 ultralite" board has a SDK or has specific instructions about cross-compiling Qt for such board, but you may want to look at this post from Variscite as a guide...
-
On a high level, you have to do the following.
-
Install the required toolchain in your host machine and configure a new kit for your target device.
-
Cross compile your application with configured kit.
-
Copy the app and required libraries along with the plugins to the target and then run it.
-