===== ABOUT ===== * http://open2x.org / http://wiki.open2x.org * http://www.scratchbox.org ================================= HOW TO USE PRECOMPILED TOOLCHAINS ================================= 1. Install Scratchbox * Use latest Scratchbox1 * See install instructions from http://www.scratchbox.org 2. Install toolchain * scratchbox-toolchain-arm-open2x-linux-1.0.15-i386.tar.gz - use this if other packages are also installed from tar packages * scratchbox-toolchain-arm-open2x-linux-1.0.15-i386.deb - Use this if other packages are also installed from Debian packages 3. Setup target * you can use precompiled rootstrap: open2x-rootstrap-libs.tar.gz - contains Open2X basic libs. see: http://open2x.svn.sourceforge.net/viewvc/open2x/trunk/libs/ open2x-scratchbox.txt contains some information how to setup target. Without and with rootstrap. ===== FILES ===== README.txt * This file open2x-scratchbox.txt * Instructions to build Open2X toolchain to Scratchbox * Instructions to generate rootstrap ---- sbox ---- open2x-fixes.sh * libz clean and compile. (TODO: test is this mandatory) * 'fix' to get imglib2 compile as shared open2x-libs-sbox.sh * Modified script to start compiling * Only PREFIX is settable here anymore. Rest were for cross compiling makefile-sbox.o2x * Modified makefile for compile libs under Scrachbox * Basically removed cross compiling options like --host, --target, CC, LD... * Fix to compile libbz2 as shared open2x-rootstrap-libs*.tar.gz * Precompiled Open2X libs rootstrap scratchbox-toolchain-arm-open2x-linux-1.0.15*-i386.tar.gz * Precompiled Open2X Scrachbox toolchain as tgz package scratchbox-toolchain-arm-open2x-linux_1.0.15*_i386.deb * Precompiled Open2X Scrachbox toolchain as Debian package --- src --- toolchain-new.tar.gz * toolchain builder snapshot - r223 * https://open2x.svn.sourceforge.net/svnroot/open2x/trunk/toolchain-new libs.tar.gz * libs builder snapshot - r326 * https://open2x.svn.sourceforge.net/svnroot/open2x/trunk/libs - jvaltane at kapsi dot fi