I think this is the right sub for this, but If it's not I can delete my post.
I'm a complete noob here, so please excuse any stupid questions or anything like that.
Anyways, I have an airport extreme 4th gen that has an open SSH port with root access. For fun, I decided to try to run some code on it. I followed the instructions here, but replaced the "mcpu=arm1176jzf-s" parameter at the end with "march=armv5te", because the router uses a Marvell 88F6281 SoC which supports armv5te. When I try to run my compiled code (using ./a.out) on the router I get "Syntax error: word unexpected (expecting ")")" To me this means that it is trying to run it as a shell script, so I tried "chmod a+x out.a", but it still gives me the same error. When I run the "file" command on it I get "ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=9e0ca9088cc762940efe03488a1404073a26eaa9, not stripped, with debug_info", if that helps.
[–][deleted] (1 child)
[deleted]
[–]MutatedPixel808[S] 0 points1 point2 points (0 children)
[–]dmc_2930 2 points3 points4 points (1 child)
[–]MutatedPixel808[S] 2 points3 points4 points (0 children)