Ahoy folks!
I'm attempting another porting effort to the Dingoo, this time it's Crimson Fields, a hexagonal, turn based strategy game that looks pretty compelling (although I've never played it before!)
It's a pretty simple configure port thus far, and has compiled and run on the Dingoo, the trouble I'm having at the moment it getting it to find its own resources directory- it fails on start up being unable to locate and/or load the en.dat locale resource.
Getting the resources to compile properly may be a little more tricky, as it compiles a set of tools to the Tools directory which are then run to compile the bare resources into data files. These tools are compiled for the mipsel linux architecture and thus don't execute when the Make process hits those steps. You can, however, run them directly on the dingoo to "compile" the language files into en.dat, fr.dat etc.
Any help would be appreciated, grab the source from here (http://crimson.seul.org/download.php) and have a play.