Am using Qt5.5 in Linux platform to develop an application for embedded board(PHYTEC Board ARM imx6), when I used to compile my source file in desktop mode there is no issue, its generating executable(.exe) file, but when I tried to compile same source file in target embedded board mode(PHYTEC), its not generating executable file and compilation itself is not happening.
Am using ARM gcc compiler and ARM Qt libraries.
> How can I get ARM imx6 Qt libraries.