Dear Tuma,

In message <200908171755.31690.chernigovs...@spb.gs.ru> you wrote:
>
> make[1]: arm-linux-gcc: Command not found
> 
> My old U-Boot used "arm-none-linux-gnueabi-gcc" which make system could 
> easyly 
> find on my system.
> Should I install some new software to build new U-Boot?
> Or configure existing Makefile?

Maybe you should read the documetnation; then try:

        CROSS_COMPILE=arm-none-linux-gnueabi-
        export CROSS_COMPILE

before running make.

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: w...@denx.de
"A little knowledge is a dangerous thing."                - Doug Gwyn
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to