【发布时间】:2014-05-23 06:02:54
【问题描述】:
我正在尝试在 MIPS 平台上交叉编译 Zeromq 库。 2.2、3.2.4、4.0.4都试过了,都没有通过配置检查
设置了环境变量CC、CPP、CXX、LD、AR、RANLIB。 然后我运行 ./configure --host=mips
Linux 内核:2.6.31
gcc 版本:4.3.3
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether the C compiler works... yes
checking whether we are using Intel C compiler... no
checking whether we are using Sun Studio C compiler... no
checking whether we are using clang C compiler... no
checking whether we are using gcc >= 4 C compiler... yes
checking whether the C++ compiler works... yes
checking whether we are using Intel C++ compiler... no
checking whether we are using Sun Studio C++ compiler... no
checking whether we are using clang C++ compiler... no
checking whether we are using gcc >= 4 C++ compiler... yes
checking whether to enable debugging information... no
checking whether to enable code coverage... no
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... yes
configure: error: unsupported system: elf
【问题讨论】:
标签: linux mips cross-compiling zeromq toolchain