I have some project on C. The question is how can I check the correct work of this program on big endian machine, having only little endian machine. Is there some tricks to compile be program on le machine?
I had try to use debian mips on qemu to emulate be machine, but I can't install programs to run my project.
Thanks.