So, I was reading earlier about how easy cross compiling is these days and I wanted to try it for myself.
One game in our family is really beloved - Circus Linux. This and Circus Linux is historically one of those games you can find on different architectures and has been ported so many times.
There was no Raspbian Port - so, I was ready to try the cross compiler.
I used Eclipse on Debian. The tool chains for cross compiling is already available.
Just take the code and run with it.
I had one minor error - where a C++ comment was included in C code, if I recall correctly. (update:did not recall correctly - that was xscreensaver - @latest)
Have fun porting unported apps to the Pi! I did.
Comments