DevelopmentToolsInstallation
From NAS-Central Buffalo - The Linkstation Wiki
Revision as of 08:18, 2 August 2006 by Mindbender (Talk | contribs)
Check which Linkstation model you have. Currently there are 2 different architectures (called flavours below), ppc(LS1, HG, HS, Terastation, Terastation Pro) and mips(LS2).
If you have a ppc-based LS you need the ppc-tools, if you have a mips-based LS2 then you need the mipsel-tools.
cd tmp wget http://downloads.linkstationwiki.net/development_tools/<flavour>-tools-2_1.tgz mkdir devtools cd devtools tar xzvf ../<flavour>-tools-2_1.tgz ./install.sh
this should install all the development tools without asking.
you now have a working toolchain on your box!

