iriver Dicple D88 >> RetroFW

build gmenunx


參考資料:
1. github

如下:

$ cd
$ wget https://github.com/steward-fu/archives/releases/download/d88/retrofw_toolchain.tar.gz
$ tar xvf retrofw_toolchain.tar.gz
$ sudo mv retrofw /opt
$ export PATH=/opt/retrofw/bin:$PATH
$ export CC=/opt/retrofw/bin/mipsel-linux-gcc
$ export CXX=/opt/retrofw/bin/mipsel-linux-g++
$ export LD=/opt/retrofw/bin/mipsel-linux-ld
$ export STRIP=/opt/retrofw/bin/mipsel-linux-strip

$ cd
$ wget https://github.com/steward-fu/archives/releases/download/d88/gmenunx.tar.gz
$ tar xvf gmenunx.tar.gz
$ cd gmenunx
$ make -j4
$ make dist


返回上一頁