Hmm.. Looks like it's not interpreting it as a binary and attempting to run it as a script. Not sure why that would happen, possibly corrupt file? If it actually should run in the situation you show, it'd jam a .bmp file to stdout though - it needs to be set up to run through a web server through the other files or the output moved back to the PC in some other way. As a test, "./bmb >1.bmp" should save a bitmap "1.bmp" containing a screenshot. But since it's complaining about errors on certain lines (in a compiled program) something else has likely gone wrong making it not recognize it.
|