[ELDK] Problem building u-boot following eldk installation

Mike Hibbett mike.hibbett at gmail.com
Sat Jul 16 21:21:35 CEST 2011


Hi all,

I'm hoping to use u-boot for the first time on a custom MPC8270 board,
and have hit a problem that I cannot solve. I am very new to Linux, eldk
& u-boot.

I've installed Ubuntu 11.04 on a Toshiba Satellite Pro, on an 8GB
partition. I've then installed the u-boot sources by running

git clone git://git.denx.de/u-boot.git u-boot/

from my home directory.

I've then downloaded and installed eldk for the powerpc, as follows:

mkdir eldk-download
cd eldk-download
mkdir -p targets/powerpc
wget ftp://ftp.denx.de/pub/eldk/5.0/install.sh
chmod 777 install.sh
cd targets/powerpc
wget ftp://ftp.denx.de/pub/eldk/5.0/targets/powerpc/target.conf
wget
ftp://ftp.denx.de/pub/eldk/5.0/targets/powerpc/eldk-eglibc-i686-powerpc-toolchain-qte-5.0.tar.bz2
wget
ftp://ftp.denx.de/pub/eldk/5.0/targets/powerpc/poky-image-qte-sdk-powerpc.tar.gz

cd eldk-download
sudo mkdir /opt/eldk-5.0
sudo chmod 01777 /opt/eldk-5.0
sudo ./install.sh -i qte powerpc

At this point I believe the eldk should be installed. A quick look at my
PATH variable however does not show any paths to the /opt tree added, so
I am not surprised that when I run the following in my ~/u-boot
directory:

make distclean
make ep82xxm_config
make all

I get the following:






More information about the eldk mailing list