emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
815 stars 73 forks source link

wrong ELF class: ELFCLASS64 on RPI4 #242

Open chmouel opened 1 year ago

chmouel commented 1 year ago

I am not sure if this is my setup or some issue on the doom emacs package but I keep getting a wrong ELF class while using a raspberrypi on archlinux :

build-28.2/tsc/tsc-dyn.so: wrong ELF class: ELFCLASS64)

uname -m give back armv7l but RPI4 is aarch64.... I wonder if there is a workaround for this? (like m1 support is done?)

Thanks,

LunNova commented 1 year ago

This also applies on other aarch64 linux machines eg a Thinkpad X13s, not specific to RPI4.