First I installed, configured and compiled Qt 5.3.2 on Linux (Debian). My simple Qt-program was compiled and ran without any problems on Linux.
But it didn't work on uClinux for a processor lpc2478.
So I installed QtEmbedded-linux-4.4.0 and did the next configuration:
./configure -embedded ARM7TDMI-S -xplatform qws/linux-arm-g++ -no-webkit -no-qt3support -release
and then I did make
and make install
.
After that my program didn't run on uClinux arm. What did I wrong? Maybe I used a wrong compilator?