Cross compiling

by Carter Cheng August 03, 2009 - 12:24


I finally got the cross compile tool chain setup for compiling code from my x86_64 based pc to the gdium. This is somewhat nice since I have been experimenting with some rather large projects with long compilation times. The gdium is a nice machine but the processing power available to it is not on par with my quadcore Core 2 desktop. QEMU also turns out to be quite handy as is a build of GDB with host x86_64 and target mipsel for debugging code. My primary interest in all this is to look at various compilers and JIT type systems and work towards porting these tools so they work with the gdium.

Syndicate content