#Compile for Windows arm64

1 messages · Page 1 of 1 (latest)

worthy beacon
teal raven
#

install that

#

rustup target add aarch64-pc-windows-msvc

#

cargo build --target aarch64-pc-windows-msvc --release

#

if you need help just @ me @worthy beacon

worthy beacon
# teal raven install that

Thanks @teal raven
I tried to install these components just like you said but then it failed to compile with internal error from the compiler. Maybe the issue is in another crate which compile whisper.cpp
I pasted the log here
https://github.com/tazz4843/whisper-rs/issues/182

GitHub

Hi, I'm trying to build whisper-rs for arm64 but it failed with error from the compiler: Compiling is-terminal v0.4.13 Compiling windows-interface v0.56.0 error: failed to run custom build comm...

teal raven