I think Dasher would be sweet on the GP2x. I had a go at hacking together a rough implementation myself about a week back but ran into issues, mainly due to not really looking at the existing ports for a decent idea of -how- to implement the structure required by the core.
Dasher is broken into two parts, the core and the interface - the interface is where most of the library dependancies are, core only uses an XML parsing library which compiled for me using the open2x toolchain without a hitch. The individual source files in the core compile fine too, but you need an interface implementation in order to link together an executable.
It'd actually be really quite straight forward to port, I think. Something I'm going to have another stab at in the future if noone else does.