Created
July 24, 2019 20:29
-
-
Save Thra11/ad32266bb117763f7f6b5c6fc9270cd4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from /build/source/SOFTWARE/A64-TERES/linux-a64/arch/arm64/crypto/crc32-arm64.c:20:0: | |
/build/source/SOFTWARE/A64-TERES/linux-a64/include/linux/cpufeature.h:47:33: warning: 'cpu_feature_match_CRC32' defined but not used [-Wunused-const-variable=] | |
static struct cpu_feature const cpu_feature_match_ ## x[] = \ | |
^ | |
/build/source/SOFTWARE/A64-TERES/linux-a64/arch/arm64/crypto/crc32-arm64.c:289:1: note: in expansion of macro 'module_cpu_feature_match' | |
module_cpu_feature_match(CRC32, crc32_mod_init); | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
/build/cc9PzeRf.s: Assembler messages: | |
/build/cc9PzeRf.s:32: Error: selected processor does not support `crc32x w0,w0,x1' | |
/build/cc9PzeRf.s:41: Error: selected processor does not support `crc32w w0,w0,w1' | |
/build/cc9PzeRf.s:49: Error: selected processor does not support `crc32h w0,w0,w1' | |
/build/cc9PzeRf.s:57: Error: selected processor does not support `crc32b w0,w0,w1' | |
/build/cc9PzeRf.s:98: Error: selected processor does not support `crc32cx w0,w0,x1' | |
/build/cc9PzeRf.s:107: Error: selected processor does not support `crc32cw w0,w0,w1' | |
/build/cc9PzeRf.s:115: Error: selected processor does not support `crc32ch w0,w0,w1' | |
/build/cc9PzeRf.s:123: Error: selected processor does not support `crc32cb w0,w0,w1' | |
make[3]: *** [/build/source/SOFTWARE/A64-TERES/linux-a64/scripts/Makefile.build:309: arch/arm64/crypto/crc32-arm64.o] Error 1 | |
make[2]: *** [/build/source/SOFTWARE/A64-TERES/linux-a64/Makefile:799: arch/arm64/crypto] Error 2 | |
make[2]: *** Waiting for unfinished jobs.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment