[U-Boot-Users] compile u-boot

Hi everyone,
I'm new to Linux and u-boot, I try to compile u-boot by doing:
export CROSS_COMPILE=ppc_82xx- make ep8260_config make all
I got the following error:
make[1]: Entering directory `/home/tnghiem/u-boot-0.2.0/examples' make[1]: `.depend' is up to date. make[1]: Leaving directory `/home/tnghiem/u-boot-0.2.0/examples' make[1]: Entering directory `/home/tnghiem/u-boot-0.2.0/tools' gcc -Wall -pedantic -I../include -I.. -DTEXT_BASE=0xFFF00000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c make[1]: gcc: Command not found make[1]: *** [img2srec.o] Error 127 make[1]: Leaving directory `/home/tnghiem/u-boot-0.2.0/tools' make: *** [subdirs] Error 1
Could you tell me what do I miss here?
Thank you
Tim Nghiem

In message 7D911245E94A04499D9F6285A315A4DC63D82B@mail.oerlikon.ca you wrote:
I'm new to Linux and u-boot, I try to compile u-boot by doing:
...
make[1]: gcc: Command not found
...
Could you tell me what do I miss here?
The command "gcc" (the native C compile) was not found in your PATH.
Install GCC.
Wolfgang Denk
participants (2)
-
Nghiem, Tien
-
Wolfgang Denk