New SDK

5 replies [Last post]
raven
raven's picture
User offline. Last seen 2 years 18 weeks ago. Offline
Joined: 09/27/2009
Points: 0

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

Fru
Fru's picture
User offline. Last seen 1 year 38 weeks ago. Offline
Joined: 06/09/2009
Points: 0

 sorry about my limited knowledge but whats an sdk?

Harteex
Harteex's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 07/07/2009
Points: 0

You should consider posting this in a forum which is more dev-oriented, such as here.

Yakumo500
Yakumo500's picture
User offline. Last seen 1 year 16 weeks ago. Offline
Joined: 02/27/2010
Points: 0

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?

Yakumo500
Yakumo500's picture
User offline. Last seen 1 year 16 weeks ago. Offline
Joined: 02/27/2010
Points: 0

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'

comatsu
comatsu's picture
User offline. Last seen 1 year 34 weeks ago. Offline
Joined: 06/19/2009
Points: 0

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.