Comment C, C++ cross compiling resources. (Score 1) 240
http://www.devolution.com/~slouken /SDL/Xmingw32/
http://www.xraylith.wisc.edu /~khan/software/gnu-win32/
I use xmingw32, emacs, gdb, and cygwin as a pretty much comprehensive development platform for the game I'm working on, Reel Deal Slots ( A slot machine casino.... I know, not exactly a product targeted for geeks, but heh, I thought if I had to work on something like that, I might as well get some fun out of it! Close in the running to becoming the first hybrid Linux/Win32 game on same cd too.... www.phantomefx.com for details... ) SDL is pretty cool for us cross-platform people too.. Check it out: http://www.devolution.com/~slouken/SDL/
Also, I'm working on getting a cross-debugger for Win32 ( Debug a windows hosted program from a remote Linux station ), anyone else out there got something like this going?
Jeremy Peterson.