p@p-c7334b65ebcf4 /usr/src/skyeye
$ ./configure --target=arm-elf
Configuring for a i686-pc-cygwin host.
Created "Makefile" in /usr/src/skyeye using "mh-frag"
./configure: line 8: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
请帮忙看一下这是什么原因?谢谢
tar (child): skyeye-0.8.8.5.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
和楼上的朋友一样的问题,我上次的安装就是这样的问题,请问着和系统有关系吗,还是我有安装错呢?
谢谢![/quote]
應該是要先用bzip解壓縮。然後再使用tar。
bzip2 -df skyeye-0.8.8.5.tar.bz2
tar jxvf skyeye-0.8.8.5.tar
可以試試看(不太確定參數有無下錯,請多指教)