|
当我开始设置binutils-2.14时出现以下错误:
命令行输入
../binutils-2.14/configure --prefix=tools --disable-nls
终端输出
creating cache ./config.cache
checking host system type...i686-pc-linux-gnuoldld
checking target system type...i686-pc-linux-gnuoldld
checking build system type...i686-pc-linux-gnuoldld
../binutils-2.14/configure:line 2206:cc:command not found
***the command 'cc -o conftest -g conftest.c' failed.
***you must set the environment variable cc to a working compiler.
然后,我开始编译:
命令行输入:
make install
终端输出:
make:***no rule to make target 'install'.stop.
请问各位高手,这是什么问题???这种问题如何解决??? |
|