Recently I compiled my first c++ command line app on my Nokia N900. But I can't start it using "./". When I try to use it normally it tells me that permission is denied and then, when I use root, that command doesn't exist. Got any idea how to fix it?
./myapp
/home/user/myapp
chmod +x myapp
scp myapp user@n900: ssh user@n900 chmod +x myapp ./myapp