uClinux-tools ------------- Files: m68k-uclinux-tools-20080626.sh - installable binary tool chain m68k-uclinux-tools-20080626.tar.bz2 - tar archive of tool chain binary build-uclinux-tools.sh - automated build script binutils-2.18.tar.gz - gnu binutils source package gcc-4.2.4.tar.bz2 - gnu gcc source package genromfs-0.5.1.tar.gz - genromfs source package elf2flt-20060608.tar.gz - elf2flt source package uClibc-20080624.tar.gz - patched uClibc source package uClibc-20080624-m68k.config - base uClibc config for build linux-2.6.25.tar.gz - linux kernel sources Introduction: This package provides a binary m68k-uclinux tool chain, and the sources required to build it. It is specifically designed to generate a gcc-4.2.4 based tool chain for use with uClinux. Installation: To install the binary tool chain you simply need to follow the steps below. You need to running as root on your system to do this. cd / ./m68k-uclinux-tools-20080626.sh That is all there is too it. The full gcc/g++ compiler tool chain will be installed under /usr/local. The compiler and other tool binaries are installed into /usr/local/bin, so you need to have that in your path to use these tools. Building: To build the tool chain for yourself you need to download all the source packages and also the build script. Then simply run the build script: ./build-uclinux-tools.sh It is by default setup to build only for the m68k target.