[ELDK] eldk-5.1 powerpc-4xx building problem
Wolfgang Denk
wd at denx.de
Thu Feb 2 19:44:52 CET 2012
Dear rajive gupta,
In message <1328194721.12687.YahooMailClassic at web160801.mail.bf1.yahoo.com> you wrote:
>
> I did this with yum install and had following messages
>
> sudo yum install g++
> [sudo] password for rajive:
> Loaded plugins: langpacks, presto, refresh-packagekit
> Setting up Install Process
> No package g++ available.
> Error: Nothing to do
> [rajive at vehicle-rcs eldk-rel-v5.1-2012-01-02-8281cbd-powerpc-4xx]$ sudo yum install textinfo
> Loaded plugins: langpacks, presto, refresh-packagekit
> Setting up Install Process
> No package textinfo available.
> Error: Nothing to do
You packagenames may be different. Bitbake compalins that it's
missing "g++" and "makeinfo", so search for these:
-> yum provides "*/bin/g++" "*/bin/makeinfo"
...
gcc-c++-4.6.2-1.fc16.i686 : C++ support for GCC
Repo : fedora
Matched from:
Filename : /usr/bin/g++
...
texinfo-4.13a-15.fc15.i686 : Tools needed to create Texinfo format
documentation files
Repo : fedora
Matched from:
Filename : /usr/bin/makeinfo
So try:
sudo yum -y install gcc-c++ texinfo
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
But it's real. And if it's real it can be affected ... we may not be
able to break it, but, I'll bet you credits to Navy Beans we can put
a dent in it.
-- deSalle, "Catspaw", stardate 3018.2
More information about the eldk
mailing list