lede icon indicating copy to clipboard operation
lede copied to clipboard

libdeflate 编译报错

Open oceanromain opened this issue 1 year ago • 1 comments

详细叙述

libdefalte 1.22报错,有大神遇到嘛?如何解决的。 make[3]: Entering directory '/workdir/openwrt/tools/libdeflate' /workdir/openwrt/staging_dir/host/bin/gcc -O2 -I/workdir/openwrt/staging_dir/host/include -L/workdir/openwrt/staging_dir/host/lib /workdir/openwrt/build_dir/host/libdeflate-1.22/lib/{,/}.c /workdir/openwrt/build_dir/host/libdeflate-1.22/programs/{gzip,prog_util,tgetopt}.c -o /workdir/openwrt/build_dir/host/libdeflate-1.22/libdeflate-gzip /workdir/openwrt/tmp/ccIlBJgf.s: Assembler messages: /workdir/openwrt/tmp/ccIlBJgf.s:1158: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1159: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1160: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1161: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1162: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1180: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1181: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1213: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1214: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1285: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1286: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1288: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1289: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1290: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1292: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1294: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1295: Error: unsupported instruction `vpdpbusd' make[3]: *** [Makefile:40: /workdir/openwrt/build_dir/host/libdeflate-1.22/.built] Error 1

重复 issue

  • [X] 没有类似的 issue

具体型号

X86

详细日志

make[3]: Entering directory '/workdir/openwrt/tools/libdeflate' /workdir/openwrt/staging_dir/host/bin/gcc -O2 -I/workdir/openwrt/staging_dir/host/include -L/workdir/openwrt/staging_dir/host/lib /workdir/openwrt/build_dir/host/libdeflate-1.22/lib/{,/}.c /workdir/openwrt/build_dir/host/libdeflate-1.22/programs/{gzip,prog_util,tgetopt}.c -o /workdir/openwrt/build_dir/host/libdeflate-1.22/libdeflate-gzip /workdir/openwrt/tmp/ccIlBJgf.s: Assembler messages: /workdir/openwrt/tmp/ccIlBJgf.s:1158: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1159: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1160: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1161: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1162: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1180: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1181: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1213: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1214: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1285: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1286: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1288: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1289: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1290: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1292: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1294: Error: unsupported instruction vpdpbusd' /workdir/openwrt/tmp/ccIlBJgf.s:1295: Error: unsupported instruction `vpdpbusd' make[3]: *** [Makefile:40: /workdir/openwrt/build_dir/host/libdeflate-1.22/.built] Error 1

oceanromain avatar Dec 15 '24 12:12 oceanromain

你的 CPU 缺指令集,请使用 AMD 的 CPU 编译 image

coolsnowwolf avatar Dec 20 '24 09:12 coolsnowwolf