-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Describe the bug
I would like to run ctrl-space on Apple silicon.
To Reproduce
Steps to reproduce the behaviour:
- Run Linux on Apple silicon (either directly, or using a virtual machine such as UTM)
- Install vim
- Install ctrl-space
Expected behaviour
ctrl-space runs.
Actual behaviour
It tries to run file_engine_linux_arm, but this complains about "Exec format error":
$ ./file_engine_linux_arm
-bash: ./file_engine_linux_arm: cannot execute binary file: Exec format error
Version(s) (please complete the following information):
- OS: Debian Linux 12 aarch64 (Linux 6.1.0-10-arm64 scriptencoding utf8 #1 SMP Debian 6.1.37-1 (2023-07-03) aarch64 GNU/Linux)
- Version Vi Improved 9.0 (2022 June 28, compiled May 04 2023 10:24:44)
Additional context
I suppose the problem is that there is not an aarch64 binary available.
Metadata
Metadata
Assignees
Labels
No labels