checking whether the C compiler works... configure: error: in `/home/programming/bootloader/blob-xscale/blob-xscale':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
在源码安装文件的过程中发现这个报错,GCC也安装好了,就是不通过,后查资料,在配置过程中加上一个参数即可解决这个问题。
参数如何:
./configure --prefix=/usr/local/XXX ...... --host=arm
转载于:https://blog.51cto.com/mycnarms/1239301