Antonio Nó Rodríguez <[EMAIL PROTECTED]> writes: > In filemanager I click twice on the icon and it says the "unknown file > type". If I execute it on the X Terminal I get: > > $ ./media/mmc1/Testing/a_ARM > sh: ./media/mmc1/Testing/a_ARM: Permission denied > > It's not the permissions because I also tried to execute it as root (using > gainroot first) and I get the same answer. With the Mono package I also > get the same problem (because it doesn't install, it's just to copy the > folder).
/media/mmc1 has filesystem (FAT?) that doesn't hold execute permissions. copy the binary to ... hmm, your home directory, chmod 755 a_ARM and then try again from there. Tomi > > Antonio > _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
