whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Problem compiling to arm64 architecture

Open psquizzle opened this issue 2 years ago • 0 comments

I am trying to integrate this into a react-native app, I am compiling for iOS and getting the following error.

Undefined symbols for architecture arm64 ┌─ Symbol: _ggml_add └─ Referenced from: whisper_encode_internal(whisper_context&, whisper_state&, int, int) in libreact-native-jsi-template.a(whisper.o)

[RUN_FASTLANE] ❌ ld: symbol(s) not found for architecture arm64

[RUN_FASTLANE] ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any ideas on how to proceed?

psquizzle avatar Mar 09 '23 09:03 psquizzle