Document: Building OPIE Copyright (c) 2007, Voipac Technologies a.s. The Voipac provided OPIE auto build script should simplify build process. Refer to http://opie.handhelds.org/ for more information about OPIE development. First create a directory for OPIE project files and download build script. bash$> mkdir gui bash$> cd gui/ bash$> wget http://voipac.com/downloads/pxa/270/dimm/src/linux/build-opie-1.2.2-vpac1.sh Append cross compiler path to environment, ensure you have installed GCC toolchain. bash$> export PATH=$PATH:/usr/local/arm/3.4.1/bin/ Finally change build script execute permissions and start build process. bash$> chmod +x build-opie-1.2.2-vpac1.sh bash$> ./build-opie-1.2.2-vpac1.sh During build auto build script for OPIE uses configuration file provided by Voipac. http://voipac.com/downloads/pxa/270/dimm/src/linux/config-opie-1.2.2-snapshot-vpac1.txt Before the build process of OPIE starts a menuconfig dialog appears. For first time build it is recommended to accept the provided default configuration (press ESC and Enter to save).