Hello,
I started creating a Qt application, which i can debug and start in my IDE.
Qt is also working on my OMAP3EVM (unfortunatly without touchscreen support, although ts_test and test_calibrate work.. but thats another problem...), e.g. i can run the demos.
But I'm stuck on how i can compile my project for the ARM processor. I have set the PATH to my qmake file and set QMAKESPEC=g++.
But for "qmake -o test" i get a "could not find mkspecs for your QMAKESPEC(g++) after trying /opt/qt//mkspecs"
This seems like a very basic error, but i could not find any hints on the web.