I am attempting to write software for the RUT955, but having trouble running it on the device.
Possible fault is incompatible cross-compiler.
It is a basic hello world written in C.
"mips-linux-gnu-gcc -static -march=74kc -mno-abicalls -o hello gcc/hello.c" to cross compile it.
The header looks the same as the busybox that i pulled from the router.
I used "mips-linux-gnu-readelf -h busybox" and "mips-linux-gnu-readelf -h hello"
But it wont run
My flags seem ok. So I am unable to solve this myself. Please let me know if you have a solution.