为什么在自己电脑上编译被人弄好的uboot的时候出错?

2019-07-16 09:22发布

平台是虚拟机+redhat enterprise 5,开发板是TQ2440,编译天嵌开发好的uboot居然出错 首先执行 make EmbedSky_config;系统提示
Configuring for EmbedSky board...

然后再执行 make;出错 不能生成bin文件,显示如下
。。。。。
make[1]: Leaving directory `/opt/EmbedSky/u-boot-1.1.6/post/cpu'
make -C tools all
make[1]: Entering directory `/opt/EmbedSky/u-boot-1.1.6/tools'
gcc -Wall -pedantic -idirafter /opt/EmbedSky/u-boot-1.1.6/include -idirafter /opt/EmbedSky/u-boot-1.1.6/include2 -idirafter /opt/EmbedSky/u-boot-1.1.6/include -DTEXT_BASE=0x33D00000 -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 `/opt/EmbedSky/u-boot-1.1.6/tools'
make: *** [tools] Error 2


友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。