I've been trying to get the SDK built & installed as well. If they're any use, here are my notes so far. It's still WIP and I'm waiting for my PSU to arrive so I can't actually test or debug anything yet.
sudo apt-get install bison flex libgmp-dev libncurses-dev libmpc-dev libmpfr-dev texinfo
mkdir ~/epiphany
cd ~/epihany
git clone
git@github.com:parallella/parallella-examples.git
git glone
git@github.com:parallella/parallella-bin.git
git clone
git@github.com:parallella/parallella-ubuntu.git
git clone
git@github.com:parallella/parallella-linux.git
git clone
git@github.com:parallella/parallella-uboot.git
git clone
https://github.com/adapteva/epiphany-libs.git# Get latest download script & run
wget
https://raw.github.com/adapteva/epiphan ... olchain.shchmod +x download-toolchain.sh
./download-toolchain.sh --clone
git clone
https://github.com/adapteva/epiphany-libs.gitecho 'export EPIPHANY_HOME=~/epiphany/esdk' >> ${HOME}/.bashrc
echo '. ${EPIPHANY_HOME}/setup.sh' >> ${HOME}/.bashrc
Create new shell
cd ~/epiphany/sdk
Download & extract the following to gcc/mpc gcc/mpfr and gcc/gmp
http://multiprecision.org/mpc/download/mpc-1.0.1.tar.gz http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.xz ftp://ftp.gmplib.org/pub/gmp-5.1.2/gmp-5.1.2.tar.lz Install lzip if prompted when opening
# (should succeed)
./build-toolchain.sh
# will fail, but creates the required directories
./build-sdk.sh
mv ../INSTALL/* ../esdk/tools/e-gnu
Download
ftp://ftp.parallella.org/esdk/esdk.5.13 ... armv7l.tgzExtract bsps, docs and example folders to ~/epiphany/esdk
# remove bad commit
cd ../epiphany-libs/
git revert 2876e8dd2fc3c064742f77621a
cd ../sdk
# comment out following two lines from sdk/build-sdk.sh
#cp -Rd docs ${ESDK}
#cp -Rd examples ${ESDK}
./build-sdk.sh
Download
ftp://ftp.parallella.org/esdk/old/esdk. ... armv7l.tgz extract eclipse folder from /esdk.5.13.07.10/tools/ into ~/adapteva/esdk/tools
follow instructions here for eclipse setup..
viewtopic.php?f=13&t=935# install ARM tools
sudo apt-get-install gcc-arm-linux-gnueabihf
Download
https://launchpad.net/linaro-toolchain- ... ux.tar.bz2extract to /opt/adapteva