You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, June 14th 2011, 5:55pm

How run a Qt program on Qtopia (ARM board, Mini2440)

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
Sigma has attached the following file:
  • ProjetVierge.zip (25.08 kB - 10 times downloaded - latest: Dec 9th 2011, 2:50pm)

ernestus

Beginner

  • "ernestus" is male

Posts: 5

Location: Cambridge

Occupation: Doing interesting stuff

  • Send private message

2

Saturday, July 9th 2011, 3:21pm

I think the screen rotation driver is not present. Can you check gfx-transformed is enabled in your configuration? Have a look at this link:
http://doc.qt.nokia.com/4.7/qt-embedded-…management.html

Cheers