Hi,
I have been all over google looking for a good tutorial or a guide explaining how to build a mip cross compiler so I can cross compile a C program and use it on mips, this is for( ok, I always get this mixed up) I think mips is little endian and mispel is big endian, but I need it for mips eventually I will also need it for mispel, but as of right now anything on mips will help thank you...
2 Responses
Hi John,
You should try to get an existing toolchain. Try with CodeSourcery Lite. That should allow you to cross compile MIPS and MIPSel.
Also check the Linux-Mips wiki. You will find other alternatives and some instructions on how to roll your own.
Good luck!
thank you kind sir
Share Your Thoughts