I'm using pdaxii13 for C3000. I've compiled recent Vim 8.0, frotz (infocom z-games emulator), gawk. Planning to compile recent Exult (since the one from ipk shows blurry sprite following the mouse, hope the compiled version will work), maybe some networking stuff.
Also planning to have some version of Common Lisp compiled (I failed to compile CLISP however) alternatively Scheme.
I don't know how to build ipk yet.
One more thing to add:
in recent Debian the functions from libiconv are part of libc. Therefore cross-compiler will complain on absence of libiconv.so.2.
The quick and dirty way to fix it is just to copy libc:
cp /lib/i386-linux-gnu/i686/cmov/libc.so.6 libiconv.so.2
Nice... good thing that it still works under a recent Linux distro. Maybe just a link to libc could work, too.
Are you using PdaXrom/PdaXII? May I ask you what are you planning to port/develop?
Varti