yes Hello has been crosscopiled
and when you test the file ( file hello) the résult is :
"32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU 2.6.14, not stripped"
Thanks
yes Hello has been crosscopiled
and when you test the file ( file hello) the résult is :
"32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU 2.6.14, not stripped"
Thanks
Is your application linked to any shared library? If yes, try to check the existence of its dependencies. I remember seeing this not obvious error with my non-Qt app some time ago, but i don't remember the solution, sorry.
I'm a rebel in the S.D.G.
Question 1. Are the Qt libs installed on the target?
Question 2. Have you tried launching the program the following way?:
./hello -qws
Bookmarks