fedora 8 的系统 , 交叉编辑环境安了 ,补丁也打了 make 后提示如下错误
[root@localhost u-boot-1.1.6]# make
for dir in tools examples post post/cpu ; do make -C $dir _depend ; done
make[1]: Entering directory `/home/wqiang/sambafile/Linux/prac
tice/u-boot/u-boot-1.1.6/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/tools'
make[1]: Entering directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/examples'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/examples'
make[1]: Entering directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/post'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/post'
make[1]: Entering directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/post/cpu'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/post/cpu'
make -C tools all
make[1]: Entering directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/tools'
gcc -Wall -pedantic -idirafter /home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/include -idirafter /home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/include2 -idirafter /home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c
make[1]: gcc:命令未找到
make[1]: *** [img2srec.o] 错误 127
make[1]: Leaving directory `/home/wqiang/sambafile/Linux/practice/u-boot/u-boot-1.1.6/tools'
make: *** [tools] 错误 2
[root@localhost u-boot-1.1.6]#