Question

I wrote C++ code( show images) with qt creator in Linux. I want to put it into imx6Q to see my images on the display. I need some toolchain in Linux . Does anybody know that Gcc toolchain is enough for it? I am trying to find some information about it,i have never done it. Thanks for anyone's help.

Was it helpful?

Solution

The imx6 series is based on the ARM architecture.
You could use one of the free Codesourcery "lite" cross-compiler toolchains for ARM available here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top