-
-
Notifications
You must be signed in to change notification settings - Fork 120
Developer Getting Started: GCW Zero
The GCW-Zero is an open-source handheld console, that runs a customized Linux environment.
Therefore most of the instructions from the Linux guide also apply and this page will only list the differences.
Instead of installing the SDL libraries for your host machine, you need to setup the GCW-Zero Toolchain, it will include the needed libraries.
Instructions and download here: http://www.gcw-zero.com/develop Reproduced here for convenience:
Download the latest toolchain
Become root
Run the following commands:
mkdir -p /opt
cd /opt
tar jxvf /path/where/you/downloaded/opendingux-gcw0-toolchain.date.tar.bz2
No differences.
There should be a cdogs-sdl.opk
file now that can be deployed to your device.
If you get weird errors about the compiler being broken, note that the toolchain is 32-bit, which means its binaries are incompatible with 64-bit OS unless you install 32-bit compatibility libraries. With Debian/Ubuntu, run this:
sudo apt-get install ia32-libs