[ELDK] Fwd: Error 127 problem in eldk

Wolfgang Denk wd at denx.de
Thu May 12 18:42:25 CEST 2016


Dear Rama Chandra,

In message <CA+Wf0EFQT8BTgodArkDE3QLdovfELj6G97G7wE=WD1+EO1ERTA at mail.gmail.com> you wrote:
>
> export PATH=$PATH:/opt/eldk/usr/bin:/opt/eldk/bin
> export PATH=/home/opt/media/bin:/home/opt/media/usr/bin:$PATH
> export CROSS_COMPILE=ppc_4xx-
> export ARCH=powerpc
> ram at caravel:~$ cd Desktop/ppc_uboot/
> export PATH=/home/opt/media/bin:/home/opt/media/usr/bin:$PATH
> export CROSS_COMPILE=ppc_4xx-
> export ARCH=powerpc
> ram at caravel:~/Desktop/ppc_uboot$ make distclean
> make: ppc_4xxgcc: Command not found
> /bin/sh: 1: ppc_4xxgcc: not found

I seriously doubt that this is the exaxt sequence of commands you
used. [It can be seen that it is not a verbatim copy from screen, as
there are no prompts printed before all the "export" lines.]

Please make sure to execute the following commands _before_ running
"make distclean":

	export CROSS_COMPILE=ppc_4xx-
	env | grep CROSS


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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
Teenagers are people who express a burning desire to be different by
dressing exactly alike.
There are some strings. They're just not attached.


More information about the eldk mailing list