CPU you selected does not support xxx

编译年代久远的开源代码出现

error: CPU you selected does not support x86-64 instruction set : recipe for target 'jidctflt.o' failed

原因是编译脚本的配置选项march没写对,应该根据编译系统的cpu来写。例如,是64位的,就写上x86-64

你可能感兴趣的:(环境搭建)