PDA

View Full Version : I cant run application on my ARM



fmnovais
9th July 2007, 22:57
Hi all

I have a LiteKit imx21, I'm new in this area.
I an trying to run an application on kit but i cant.
when i write:
>> ./analogclock
I receive this message:
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out
QWSSocket::connectToLocalFile could not connect:: Permission denied
QWSSocket::connectToLocalFile could not connect:: Permission denied
QWSSocket::connectToLocalFile could not connect:: Permission denied
QWSSocket::connectToLocalFile could not connect:: Permission denied
QWSSocket::connectToLocalFile could not connect:: Permission denied
QWSSocket::connectToLocalFile could not connect:: Permission denied
No Qtopia Core server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option.
#


I'm run on NFS..

Where can I begin to solve this problem ?

I tried find out in this FAQ and other FAQ's but I cant find...

thank.all
:)

Svaths
10th July 2007, 13:23
Hi,

Try


./analogclock -qws

Regards,
Svaths

fmnovais
10th July 2007, 13:55
Hi,


I tried, but I get the error too...

I dont know, if this error was because I'm running on NFS, or other thing.
I performed the following steps to get ready to use the virtual framebuffer, and the test was OK.


When I run I application on device, it have to run framebuffer, not virtual framebuffer, is it correct ?

thank..