k2-fsa / sherpa-ncnn

Real-time speech recognition using next-gen Kaldi with ncnn without Internet connection. Support iOS, Android, Raspberry Pi, VisionFive2, LicheePi4A etc.
https://k2-fsa.github.io/sherpa/ncnn/index.html
Apache License 2.0
891 stars 138 forks source link

x86 平台ncnn so编译不过去。 #336

Closed respHr closed 1 month ago

respHr commented 1 month ago

微信截图_20240510132337 微信截图_20240510132421 微信截图_20240510132443

csukuangfj commented 1 month ago

请描述你跑了什么命令,使用了什么工具。 还有,请贴完整的 log. (最好贴文本 log)

nihui commented 1 month ago

llvm的bug,上游修复了 https://github.com/llvm/llvm-project/commit/2e4e04c59043 可以临时降级llvm,或者升级最新llvm,或者用 cmake -DNCNN_AVX512BF16=OFF

respHr commented 1 month ago

感谢 @nihui 问题已解决。