New SDK
This is a SDK for the console's native OS that is slightly based on flatmush's one. There is no need for entry.a anymore and you can easily add new imports (and also exports). www.file-pasta.com/file/dingoo_sdk.7z
You should consider posting this in a forum which is more dev-oriented, such as here.
Hi,
Did you compile it with gcc under Linux?
Because I get some errors:
/tmp/ccI5iGyr.o:(.import_table+0x10): undefined reference to `_sys_judge_event'
/tmp/ccI5iGyr.o:(.import_table+0x18): undefined reference to `fsys_fclose'
/tmp/ccI5iGyr.o:(.import_table+0x20): undefined reference to `fsys_fread'
/tmp/ccI5iGyr.o:(.import_table+0x28): undefined reference to `fsys_fwrite'
/tmp/ccI5iGyr.o:(.import_table+0x30): undefined reference to `fsys_fseek'
/tmp/ccI5iGyr.o:(.import_table+0x38): undefined reference to `fsys_ftell'
/tmp/ccI5iGyr.o:(.import_table+0x40): undefined reference to `fsys_ferror'
/tmp/ccI5iGyr.o:(.import_table+0x48): undefined reference to `fsys_feof'
...
I think the error is in library.c
Can someone help me?
I found the error myself i forgot to include stub.s.
But i get another error then:
../lib/stub.s:28: Error: no such instruction: `jr $ra'
Im using this SDK to try to learn C while making something simple for the Dingoo and I have to say it has been way easier to use than any of the other SDKs around. No install, no messing around with anything - just extract, edit main.c and then build to get an app file which works on my dingoo.
Raven - are you still working on this? I'd love to see some updates with new functionality (random/import graphics etc). Also if anyone is using this I have a couple of question regarding files, if you can help me let me know.

sorry about my limited knowledge but whats an sdk?