l0329 发表于 2006-2-14 08:57:22

请教SkyEye安装问题

请教 在安装skyeye程序的时候出现以下提示,请教是什么原因造成的呢

就是在使用./configure --target=arm-elf --prefix =/usr/local 之后出现的提示:
./configure:line 8:cc:commond not found
***The commond 'cc -o conftest -g conftest'failed.
***You must set the environment variable cc to a working compiler.

以上信息是什么原因造成的呢?

ksh 发表于 2006-2-15 19:48:36

You can export an envionment variable by the following command:
export CC=gcc

l0329 发表于 2006-2-16 08:47:14

谢谢 ksh版主,我今天回去试一下,有什么问题再来请教 :)

l0329 发表于 2006-2-17 10:26:22

您好 版主我用export cc=gcc 之后 出现的提示的内容和上面一样,只是那提示里的
"cc"变成了GCC
是不是我那块做的还是不对?

yufenfei 发表于 2006-3-14 12:00:28

I also have meet the problem.
Maybe that means you should download a c or gcc compiler to setup.
but how,I'm trying...............

yufenfei 发表于 2006-3-15 15:58:57

I strongly require that you change your article title to" ./configure:line 8:cc:commond not found ".The title is so common that I hardly find it! After I clicked many titiles,I get this title!Beginner:change the title which anyone can read iteasily!

The problem is like that: when you download your cygwin,choose "default" to down it.In default mode,the cc or gcc can not be down.So the problem is coming when you type the order"./configure --target=arm-elf --prefix =/usr/local" in your cygwin shell.
You should choose "install" instead of "default",the problem would be sloved.
That means "Download all,Setup all".Or you can make a sensible choice if you know the meanings of every packages.
Good luck.
页: [1]
查看完整版本: 请教SkyEye安装问题