打印

求助安装skyeye出错,急急

求助安装skyeye出错,急急

我是个新手,当安装到要求输入./configure  --target=arm-elf  --prefix=/usr/local,这一步时就出错,它下面的提示是:
configuring for a i686-pc-linux-gnu host.
Created"Makefile"in /opt/skyeye-cdrom/SkyEye/skyeye/skyeye
./configure:line8:cc:command not found.
***The command 'cc -o conftest -g conftest.c' faild.
***You must set the environment variable CC to a working compiler
请版主帮帮忙啊,我已经安装了uClinux_gnutools交叉编译工具了啊,为什么会这样的呢?

TOP

可能需要指定CC=arm-elf-gcc

TOP

多谢斑竹,问题我已经解决了,是我在安装REDHAT9时,没有安装GCC开发工具。

TOP