小胖 git clone https://github.com/ptitSeb/box64 cd box64 mkdir build; cd build; cmake .. -DLARCH64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo make -j4 sudo make install
hjy 请问有在3A6000上安装过box64吗? 遇到一个问题,同样的box64源码,在3A5000可以成功编译安装,但是在3A6000编译时报错“no match insn : x86mfflag”"no match insn : x86mtflag"
xen0n hjy 报错“no match insn : x86mfflag”"no match insn : x86mtflag" 这是你的汇编器不支持 LBT 扩展指令的缘故,你运行下 as --version 看看它是什么版本呢