ggml-org/whisper.cpp

@all: Help wanted to cross compile

開放

#514 建立於 2023年2月19日

 (0 則留言) (0 個反應) (0 位負責人)C++ (6,074 個分叉)batch import
buildhelp wanted

倉庫指標

星標
 (52,968 顆星)
PR 合併指標
 (平均合併 5天 20小時) (30 天內合併 36 個 PR)

描述

I want to use whisper.cpp on a Synology NAS (x86_64). Unfortunately there is no way to compile natively. If I use a version compiled on Ubuntu, I get the following error:

/volume1/script/whisper.cpp/main --help
/volume1/script/whisper.cpp/main: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /volume1/script/whisper.cpp/main)
/volume1/script/whisper.cpp/main: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /volume1/script/whisper.cpp/main)
/volume1/script/whisper.cpp/main: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /volume1/script/whisper.cpp/main)
/volume1/script/whisper.cpp/main: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /volume1/script/whisper.cpp/main)

Synology offers a tool chain with which one can cross-compile, but unfortunately I have absolutely no idea how to implement it for this project. For example, a configure script is assumed, which is not present in whisper.cpp.

Can anyone help me with this?

貢獻者指南