First off congratulations - this looks like a very cool project.
Could you tell me a bit more about AndLinux. Searching the net renders very little information. Is this system going to be commercial at some point? Or is it an opensource project? It does not seem to have a home website.
I'm just getting back into some development with the GP2X, so I'm spending time getting back up to speed. I thought I'd bung some notes down here with links for anyone else who might find them helpful.
I knocked up this very simple make file that works for me (on a basic demo - but you get the...
Try here...
The easiest way to install SDL for Dev-C++ is to use a Dev...
and also here....
I forget where I got my DevC++ setup instructions, but here's a link
Yes, I've tried that. Not sure whats up with it - It must be something simple I'm overlooking. I'll try again tomorrow with a fresh set of eyes. I can compile the same project fine from the command line. Cheers.
Argh - I am so close to getting SDL to work with this 2005 Express setup.
I have this .. in my additional paths for the GCC Compiler include
C:\devkitpro\devkitGP2X\include;C:\devkitpro\devkitGP2X\include\SDL
so it finds the SDL headers just fine.
I have this .. for my GCC Linker library...
This is really good - been using it. I'm new to Gp2X development - and I've been tracking down loads of information on development across many different boards. Could you tell me where you sourced your arm-linux cross compiler?
Cheers
Has anyone got the development libraries for the GP32 working with Visual Studio Express 2005? I tried downloading the work_en.zip and converted the older Studio project - but it requires MFC.
I guess what I'm looking for is a way to compile under windows and try the code and then compile for...