View Single Post
Posts: 75 | Thanked: 1 time | Joined on Apr 2006
#6
Originally Posted by johsua
I tried to use the cross compiler in scratchbox to get a gcc-compiled 'Hello world' program to work. On my mmc I get: permission denied (I know the permissions are correct), and when I move it to home I get: file not found, and I know it's there. Any ideas on that?
Do a "chmod +x" on the file. It won't run from a FAT formatted mmc because FAT doesn't support UNIX permissions.