Sd toolchain

From NMTWiki

Contents

Commands to make your own Sigma Designs toochain

Get and unpack source

wget http://www.networkedmediatank.com/download/firmware/nmt/gpl/smp86xx_toolchain.20080505.tar.bz2
tar -xjsf smp86xx_toolchain.20080505.tar.bz2
cd smp86xx_toolchain.20080505

Configure

To configure your toolchain you need to have flex and genromfs utilities installed. Consult your system manual about this. At ubuntu that will be -

sudo apt-get install flex
sudo apt-get install genromfs

Then configure

make menuconfig

Only configuration option I changed was Toolchain options -> Enable locale/gettext/i18n support

Compile

make

At compile time some uclic configuration is requested. Set everything to default options.