Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libdeflate 编译报错 #13212

Open
1 task done
oceanromain opened this issue Dec 15, 2024 · 1 comment
Open
1 task done

libdeflate 编译报错 #13212

oceanromain opened this issue Dec 15, 2024 · 1 comment

Comments

@oceanromain
Copy link

oceanromain commented Dec 15, 2024

详细叙述

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

  • 没有类似的 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

@aiamadeus aiamadeus changed the title libdeflate libdeflate 编译报错 Dec 15, 2024
@coolsnowwolf
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants