我目前使用的是UBUNTU的8.04,因为最近一直在升级LINUX,导致目前我的GCC也变高了,目前是4.2.3。当我编译以前手头上的CROSSTOOL时出现这样的提示:
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether ln -s works... yes
- checking for pwd... /bin/pwd
- checking for arm-linux-gcc... gcc
- checking version of gcc... 4.2.3, bad
- checking for gnumake... no
- checking for gmake... no
- checking for make... make
- checking version of make... 3.81, ok
- configure: error:
- *** These critical programs are missing or too old: gcc
- *** Check the INSTALL file for required versions.
所以需要把我目前的GCC版本按到以前的状态3.4了。首先,你需要去你的usr/bin/下去看看有没有gcc-3.4这样文件,如果没有的话,就安装一下吧:
查看更多...