-
Notifications
You must be signed in to change notification settings - Fork 170
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
Building error in ARM v8 system #388
Comments
What operating system is this (e.g. Linux distro version), and what gcc and binutils versions are you using? |
Can you check if #389 allows libdeflate to build on your system? |
tianyue@tianyue-Kaifaban:~$ gcc -v tianyue@tianyue-Kaifaban:~$ uname -a tianyue@tianyue-Kaifaban:~$ /usr/bin/as -v tianyue@tianyue-Kaifaban:~$ /usr/bin/ld -v |
#389 should work around this, though it is better to upgrade your binutils to match your gcc version. |
When I builded the libdeflate v1.21 on Kylin v4 with Feiteng CPU (ARM v8), errors were reported liking the following:
......
[35%] Building C object CMakeFiles/libdeflate_shared.dir/lib/adler32.c.o
/tmp/cc6o7Zmc.s: Assembler messages:
/tmp/cc6o7Zmc.s 423: error: unknown architectural extension 'dotprod'
/tmp/cc6o7Zmc.s 494: error: unknown mnemonic 'udot' -- 'udot v27.4s,v19.16b,v23.16b'
/tmp/cc6o7Zmc.s 495: error: unknown mnmeonic 'udot' -- 'udot v20.4s,v18.16b,v24.16b'
.....
CMakeFiles/libdeflate_shared.dir/build.make:145: recipe for target 'CMakeFiles/libdeflate_shared.dir/lib/adler32.c.o' failed
How to slove the problem?
The text was updated successfully, but these errors were encountered: