I haven't run out of stuff to try, and I don't need to compile anything ASAP, But it would be nice to get working.
distutils is a python system for automatically compiling CPython modules (among other things).
devkitGP2X is the all in one windows cross compiler (or it looks like it has everything...)
I'm going to try to mangle the CygwinCCompiler module into something that uses the tools in the devkit, but I don't know/use C. If anyone has any experience with distutils, or thinks they can get it working with the devkit, it would be very helpful
The reason I mention it is because I've written a python module in Pyrex which I would like to use on my new GP2x. It is dead-easy to compile on windows using distutils and MinGW so I'd like to use distutils for GP2X too!
distutils is a python system for automatically compiling CPython modules (among other things).
devkitGP2X is the all in one windows cross compiler (or it looks like it has everything...)
I'm going to try to mangle the CygwinCCompiler module into something that uses the tools in the devkit, but I don't know/use C. If anyone has any experience with distutils, or thinks they can get it working with the devkit, it would be very helpful
The reason I mention it is because I've written a python module in Pyrex which I would like to use on my new GP2x. It is dead-easy to compile on windows using distutils and MinGW so I'd like to use distutils for GP2X too!