PDA

View Full Version : In Qt5 not generating .exe file



Karthik AS
20th April 2016, 12:32
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.

ChrisW67
20th April 2016, 21:54
For some i.MX 6 devices binaries are available through the online installer to Qt for Device Creation license holders. Otherwise, build Qt from source using your cross-compiling toolchain.
http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html

Karthik AS
23rd April 2016, 12:51
Please anyone can help me, still am not able to resolve that issue..