[ELDK] Fwd: request for information on a reference document of Porting Linux for AMCC 440gx Ref Platform

Wolfgang Denk wd at denx.de
Tue May 10 22:44:33 CEST 2016


Dear Rama Chandra,

In message <CA+Wf0EHeN4tB59-a25m1-qGGSp-yON4DjnkfU1NAQidqteKgPA at mail.gmail.com> you wrote:
> 
> I am using ocotea board creating uboot file errors are coming Like GCC
> upgrade i am already updated but same problem.
> 
> ram at caravel:~/Desktop$ cd uboot-master/
> ram at caravel:~/Desktop/uboot-master$ make distclean
> ram at caravel:~/Desktop/uboot-master$ make ocotea_config
> Configuring for ocotea board...
> ram at caravel:~/Desktop/uboot-master$ make all
> make: ppc_8xx-gcc: Command not found
> /bin/sh: 1: ppc_8xx-gcc: not found

This is your ore problem - you have toset up your compile environment
correctly.

First, ppc_8xx is definitely not the correct architecture when
building for the Ocotea board.  For PPC44x, you should use the
powerpc-4xx configuration of the ELDK instead.

Second, please make sure to initialize your compile enfironment, ither
by (configuring and) using eldk-switch, or by sourcing the ELDK
environment script manually.

> ASAP give the solution

Ok, this part is documented here: [1]

[1] http://www.catb.org/~esr/faqs/smart-questions.html#urgent

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
FORTRAN? The syntactically incorrect statement "DO 10 I = 1.10"  will
parse  and  generate  code  creating  a  variable, DO10I, as follows:
"DO10I = 1.10" If that doesn't terrify you, it should.


More information about the eldk mailing list