On 2023/10/13 22:25, Eduard Zingerman wrote: > I think you are using clang-14, which does not like u32 instructions. > At least I get the same error message as you with clang-14. > If so, please try using clang-16 instead. Yes, I did something like below and build succeeded. Thank you. wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 16 apt remove clang ln -s /usr/bin/clang-16 /usr/bin/clang