怎么出现了 ...... Checking for ARMv5TE (Enhanced DSP Extensions) ... yes Checking for ARMv6 (SIMD instructions) ... yes Checking for iWMMXt (Intel XScale SIMD instructions) ... no ...... 我只想用armv4t指令集编译,怎么认为是ARMv5TE和ARMv6呢 我倒是想有armv6的开发板用
还是make make install 在板子(2410)上运行, 结果,很多error 有一句是大概是 complied in one machine,run on another machine
指令集不对,应该是qemu模拟器的问题
看configure做了什么事
if arm ; then echocheck "ARMv5TE (Enhanced DSP Extensions)" if test $_armv5te = "auto" ; then cat > $TMPC << EOF int main(void) { __asm__ __volatile__ ("qadd r0, r0, r0"); } EOF
控制台还有 ***************************************************** **** Your system is too SLOW to play this! **** ***************************************************** 的输出 看来2410还是差多了