DevelopmentToolsInstallation
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
Mindbender (Talk | contribs) (added Installation instructions for the DevelopmentTools(OpenLink)) |
|||
| Line 1: | Line 1: | ||
| - | {{Template:Articles|LS1|LS2|HG|HS|Terastation|OpenLink|}} | + | {{Template:Articles|LS1|LS2|HG|HS|Terastation|OpenLink|Development}} |
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). | 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). | ||
Revision as of 20:47, 2 August 2006
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!

