[ELDK] ELDK : ppc-linux-gcc and ppc_4xxFP-gcc

Detlev Zundel dzu at denx.de
Fri Jan 9 14:09:01 CET 2009


Hello Renjith,

> I follow the Doc.
> Now I try to install to , /opt/eldk, for ppc_4xxFP arch.
> But Here the ./install.sh got Hang at ,
>
> **************************************************************************************
> Preparing...                ###########################################
> [100%]
>    1:kernel-headers-ppc-ppc_###########################################
> [100%]
> Preparing...                ###########################################
> [100%]
>    1:kernel-source-ppc_4xxFP###########################################
> [100%]
> Configuring kernel...
>
> **************************************************************************************
> In , the install directory /opt/eldk, I have got *ppc_4xxFP-gcc* Suit, and
>
> *bin/  eldk_init/  etc/  ppc_4xxFP/  sbin/  usr/  var/  version/*directories.
>
> But the 'hanging' gives the problem now.
> It didnt make the linux-source  tree Either.
> (Of-Course, I found the target linux src
> /opt/eldk/ppc_4xxFP/usr/src/linux-2.6.24/. But it should be the target
> filesystem).
>
> Is this hanging prob, due to the OS in my computer ?
> I am using Ubuntu 7.04. Anybody has experienced similar issue?
> Any Help is Appreciated.

Can you please try again and see if it fails at the exact same place?
If it is, you can try to use some basic Unix commands to find out which
process is actually hanging (use ps axf from a seprate terminal for
instance and follow the process tree of install).  You could also try to
use 'strace -p <pid>' of the process in question.  If it turns out that
the process hangs in futex calls, then yes, we have seen this more than
once with differing Linux systems.  We still suspect that it is a
kernel/libc combination problem because it usually went away usually
after changing the exact used kernel version.

Cheers
  Detlev

-- 
.. most of the finest products of an applied mathematician's fancy must be
rejected, as soon as they have been created, for the brutal but sufficient
reason that they do not fit the facts.            -- G. H. Hardy
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the eldk mailing list