Actually i cross compiled my Qt creator executable using Angstrom.I used Qt5.5.0 to develop the application.

While i try to execute the file in ARM based board like "./2 -platform eglfs" it gives error like "QWSSocket::connectToLocalFile could not connect:: Connection refused"

So that i just try my application to run like "LD_DEBUG ./myApp".Im getting the error like "ZN15QAbstractSocket5errorENS_11SocketErrorE". What is this error? how to resolve it?