步驟如下:
$ cd
$ wget https://github.com/steward-fu/website/releases/download/a320/mipsel-4.1.2-nopic.tar.bz2
$ wget https://github.com/steward-fu/website/releases/download/a320/sdk.zip
$ tar xvf mipsel-4.1.2-nopic.tar.bz2
$ sudo mv mipsel-4.1.2-nopic /opt
$ unzip sdk.zip
$ cd dingoo_sdk
$ export PATH=/opt/mipsel-4.1.2-nopic/bin/:$PATH
$ export MIPSTOOLS=/opt/mipsel-4.1.2-nopic
$ export DINGOO_SDK=`pwd`
$ chmod a+x ./install
$ ./install
$ cd samples/sdl_hello_world/
$ make
$ file sdl_hello_world*
sdl_hello_world.app: data
sdl_hello_world.bin: Adobe Photoshop Color swatch, version 0, 10248 colors; 1st RGB space (0), w 0, x 0x200, y 0x2808, z 0; 2nd RGB space (0), w 0x400, x 0x2808, y 0, z 0
sdl_hello_world.elf: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, not stripped