I have a file, and terminal won't run it. I don't understand why. There are a number of files in directory, but the binaries are the only ones that fail. help? I use this program for my work, and without it I'm in a world of un-productivity. I just did a clean install of 12.04. Am I missing a vital package? Why are there no errors, is it the binary itself? They are marked as executable.
mantra@Mantra:~$ cd iambuff/mplab\ 1.2\ full\ package/
mantra@Mantra:~/iambuff/mplab 1.2 full package$ ls
mplabc18-v3.40-linux-full-installer.run picc-9.83-linux.run
mplabx-ide-v1.20-linux-installer.run picc-9.83-linux.zip
picc-18-9.80.11162-linux.run xc8-v1.00-linux.run
PICC_18_9_80_linux_run.zip
mantra@Mantra:~/iambuff/mplab 1.2 full package$ sudo ./mplabx-ide-v1.20-linux-installer.run
[sudo] password for mantra:
mantra@Mantra:~/iambuff/mplab 1.2 full package$ sudo ./mplabx-ide-v1.20-linux-installer.run -v
mantra@Mantra:~/iambuff/mplab 1.2 full package$
In response to the first response to my question, here is the -lh output and the echo. Thanks.
mantra@Mantra:~/iambuff/mplab 1.2 full package$ ls -lh
total 712M
-rwxr-xr-x 1 mantra mantra 71M Jun 1 01:48 mplabc18-v3.40-linux-full-installer.run
-rwxrwxr-x 1 mantra mantra 230M Jun 1 01:11 mplabx-ide-v1.20-linux-installer.run
-rwxrwxr-x 1 mantra mantra 123M Sep 26 2011 picc-18-9.80.11162-linux.run
-rw-r--r-- 1 mantra mantra 122M Jun 1 02:10 PICC_18_9_80_linux_run.zip
-rwxrwxr-x 1 mantra mantra 17M Sep 21 2011 picc-9.83-linux.run
-rw-r--r-- 1 mantra mantra 17M Jun 1 02:08 picc-9.83-linux.zip
-rwxr-xr-x 1 mantra mantra 136M Jun 1 02:04 xc8-v1.00-linux.run
mantra@Mantra:~/iambuff/mplab 1.2 full package$ sudo ./mplabx-ide-v1.20-linux-installer.run
[sudo] password for mantra:
mantra@Mantra:~/iambuff/mplab 1.2 full package$
In response to the third post. The echo command yields 127?
mantra@Mantra:~/iambuff/mplab 1.2 full package$ ./mplabx-ide-v1.20-linux-installer.run
mantra@Mantra:~/iambuff/mplab 1.2 full package$ echo $?
127
mantra@Mantra:~/iambuff/mplab 1.2 full package$