Correct, I compiled the binary for the mips64 big endian byte order CPU architecture, whereas the ER-X uses mips64el, which is little endian, so it cannot run without errors. You will actually need a gcc tool chain that can cross compile mipsel on a Linux system (the ER-X doesn't have enough space and is also pretty slow for compilation in any case). There are some preassembled/compiled tool chains that can do the job, here's a link to a Google search that may be helpful. There may also be a forum member who has a tool chain environment ready to go that can help out, might be worth a new thread requesting that?
↧