Hello, I have created an application using qt2.2 I have also created a desktop file for this application. I kept the binary in "/opt/Qtopia/bin", desktop file in "/opt/Qtopia/apps/Applications" and icon file in "/opt/Qtopia/pics" When i try to run the application using desktop file(by clicking on the icon), it terminates in between giving this error: "abcd was terminated due to application error (11)" But, when i use terminal to run it, it runs well. Can anyone suggest solution for this?
Application terminated due to error (11)
First of all, I assume you have a gui program and not a terminal program. Next, if you have not done so already, I would recommend you start with something which is guaranteed to work. The link http://equallybad.blogspot.com/2010/02/project-how-to-setup-default-dev-... has a section "Building an example (arm)" which shows you where to find the "hello" example project and tells you how to build, download, and execute the app on the mini2440 board. james h
Let me first clear it.. I already have executable in /opt/Qtopia/bin and hello.desktop in /opt/Qtopia/apps/Applications Now, we can run the executable in two ways 1) clicking on the desktop icon 2) cd /opt/Qtopia/bin and then ./hello My problem is, I can execute using second method, but not by first method. first method gives the above error
Threw "terminated due to error (11)" into Google and got quite a few hits. Google translate didn't seem to like this file, but looking at you might find a clue. (not in scope?) http://www.arm9home.net/simple/index.php?t2893.html Good luck.