I found and installed a promising toolchain: CodeSourcery arm-uclinuxeabi.
I compile hello.c with arm-uclinuxeabi (both static and dynamic).
They output something different from before, though equally unsatisfying. Here is the output of hello-static running on my K1:
Code:
Testing /mnt/us/hello-static:
/mnt/us/hello-static: 1: cannot open 1$0Ÿ: No such file
/mnt/us/hello-static: 1: bFLTD24U4WW2”**: not found
/mnt/us/hello-static: 2: cannot open 1$0Ÿ: No such file
/mnt/us/hello-static: 2: Ÿ0Ÿr1: not found
/mnt/us/hello-static: 3: €$Ÿ@-0S: not found
/mnt/us/hello-static: 4: S: not found
/mnt/us/hello-static: 8: „
*dŸ: not found
/mnt/us/hello-static: 8: p*L: not found
/mnt/us/hello-static: 8: 0ŸS*/@/1: not found
/mnt/us/hello-static: 9: *: not found
/mnt/us/hello-static: 11: *: not found
/mnt/us/hello-static: 11: p: not found
/mnt/us/hello-static: 11: ***p*: not found
/mnt/us/hello-static: 15: *: not found
/mnt/us/hello-static: 16: *ƒp@†@*U
***Ѝ@/4: not found
/mnt/us/hello-static: 17: 0@”LP„*P: not found
/mnt/us/hello-static: 18: P: not found
/mnt/us/hello-static: 19: : not found
/mnt/us/hello-static: 22: 00*00”0„0„0„0„0*H0„*: not found
/mnt/us/hello-static: 23: 0„P: not found
/mnt/us/hello-static: 27: Syntax error: ")" unexpected
At least it is acting differently from past attempts, which is refreshing.