Hi,
I succed to compile Qt 4.6.3 and an application, but I don't succes to run it.
I followed this tutoriel to compile Qt (Witgh Qt 4.6.3 and
arm-linux-gcc-4.4.3) :
http://www.sereno-labs.com/qt-4-6-2-inst…mini-2440-board
On the board, Qt Embedded is already installed and there is a launcher with some demos.
When I run my application ( ./test -qws) in the treminal, I get that :
|
Source code
|
1
2
|
./test -qws
Transformed: driver not found Aborted
|
When I try to run the deform application (demo), It's the same thing.
|
Source code
|
1
2
|
./demo -qws
Transformed: driver not found Aborted
|
Then I tried to add my program to the launcher by modifing the conf.xml, but my application don't start and the demo program work well.
Maybe somebody can chek my program, .pro, makefile in order to see if the problem come from my program. (Attachments)
Thanks