The wiki page list can be found here.
Introduction
Dingoo_SDK is meant to serve as a multi-platform SDK for the Dingoo A320's native operating system which is a variant of µC/OS-II (uCOS II). The SDK can also be used to build for Gemei X760+ too.
For a list of games and applications built using some variant of the SDK, see the DevelopedApplications wiki page.
Requirements
Linux
- Ingenic toolchain mirror1 (mirror)
- Doxygen 1.5.8 (for building the documentation)
- GNU make
- cc (i.e. native compiler, ideally gcc) needed to build elf2app and bin2h. NOTE not needed if you extract http://code.google.com/p/dingoo-sdk/downloads/detail?name=linux_x86_elf2app.tar.bz2 after installation
Linux mips compiler and dingoo native SDK need ~205Mb of disk space.
Windows
- CYGWIN (Latest version, though any version should work)
- GNU make
- Doxygen 1.5.8 (for building the documentation)
- Windows MIPSEL Compiler mirror1 (mirror2)
Getting Help
Read Me
The ReadMe.txt file included in the highest level of the $DINGOO_SDK directory is the first place you should check for help. There are step-by-step installation instructions there for both Windows and Linux/UNIX build environments.
Wiki
The wiki is currently a work-in-progress and may not contain much helpful information at the moment, but we are actively working on it.
Documentation
Use Doxygen to build HTML documentation in the $DINGOO_SDK/doc directory. See the ReadMe.txt for instructions.
Also see http://wakaba.c3.cx/w/dingoo_coding
Issues
The issues tracker is the best place to post bugs or other unusual errors that aren't the result of a failed or incorrect installation (see the ReadMe.txt file). We are also open to feature requests and suggestions as time allows.
Chat
- IRC:
dingoo-a320 on irc.freenode.net web based IRC client to #dingoo-a320
dingoonity on irc.freenode.net web based IRC client to #dingoonity
- Forums:
- Email:
- Developers emails can be found in the project owners/contributors list here.
Code