You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build "CPP\7zip\Bundles\Alone7z" failed with LLVM-CL in visual studio 2022 on ARM64, the detail errors as below:
Severity Code Description Project File Line Suppression State Details
Error call to undeclared function '__crc32b'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Alone C:\Users\jiayin\Downloads\7-Zip-zstd-22.01-v1.5.5-R3\C\7zCrc.c 165
Severity Code Description Project File Line Suppression State Details
Error call to undeclared function '__crc32w'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Alone C:\Users\jiayin\Downloads\7-Zip-zstd-22.01-v1.5.5-R3\C\7zCrc.c 174
The text was updated successfully, but these errors were encountered:
yinjian1990
changed the title
[ARM64] Build Alone7z failed with LLVM-CL in visual studio 2022
[ARM64] Build Alone7z failed with LLVM(clang-cl) in visual studio 2022
Jul 9, 2024
Build "CPP\7zip\Bundles\Alone7z" failed with LLVM-CL in visual studio 2022 on ARM64, the detail errors as below:
Severity Code Description Project File Line Suppression State Details
Error call to undeclared function '__crc32b'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Alone C:\Users\jiayin\Downloads\7-Zip-zstd-22.01-v1.5.5-R3\C\7zCrc.c 165
Severity Code Description Project File Line Suppression State Details
Error call to undeclared function '__crc32w'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Alone C:\Users\jiayin\Downloads\7-Zip-zstd-22.01-v1.5.5-R3\C\7zCrc.c 174
The text was updated successfully, but these errors were encountered: